University College Dublin · JSON Structure

Ucd Volume Structure

Manuscript volume from the Main Manuscript (CBE) or Schools' (CBES) Collection, National Folklore Collection, UCD.

Type: object Properties: 6 Required: 1
EducationHigher EducationUniversityIrelandLibraryDigital LibraryIIIFOpen AccessCultural Heritage

DuchasVolume is a JSON Structure definition published by University College Dublin, describing 6 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ID DateCreated DateModified VolumeNumber Type Status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ucd/main/json-structure/ucd-volume-structure.json",
  "name": "DuchasVolume",
  "description": "Manuscript volume from the Main Manuscript (CBE) or Schools' (CBES) Collection, National Folklore Collection, UCD.",
  "type": "object",
  "properties": {
    "ID": { "type": "int32" },
    "DateCreated": { "type": "string", "format": "date-time" },
    "DateModified": { "type": "string", "format": "date-time" },
    "VolumeNumber": { "type": "string" },
    "Type": { "type": "string", "enum": ["bound-volume", "copybook-package", "volume"] },
    "Status": { "type": "int32" }
  },
  "required": ["ID"]
}