Sha256: 97e5337939fc884d4c6fbc2d8f3528ac12bc8e4c77e74381f016a8df46414f5e
Contents?: true
Size: 402 Bytes
Versions: 92
Compression:
Stored size: 402 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-06/schema#", "id": "http://cocina.sul.stanford.edu/schemas/Description", "title": "Description", "description": "The description of a work", "type": "object", "required": ["title"], "properties": { "title": { "description": "The title of the item.", "type": "array", "items": { "$ref": "/Title" } } } }
Version data entries
92 entries across 92 versions & 1 rubygems