Sha256: ebfcb94bf002af85c1fa71cb878ba51051ff5dfcaf0a48c6aac17ec28fb077c7
Contents?: true
Size: 471 Bytes
Versions: 92
Compression:
Stored size: 471 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-06/schema#", "id": "http://cocina.sul.stanford.edu/schemas/Title", "title": "Title", "description": "A title of a work", "type": "object", "required": ["titleFull", "primary"], "properties": { "primary": { "description": "Is this the primary title for the object", "type": "boolean" }, "titleFull": { "description": "The full title for the object", "type": "string" } } }
Version data entries
92 entries across 92 versions & 1 rubygems