University of Padua · JSON Structure

University Of Padua Object_Info Structure

JSON Structure for a PHAIDRA digital object's indexed metadata.

Type: object Properties: 18 Required: 1
EducationHigher EducationUniversityOpen DataResearch DataLibraryRepositoryItaly

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

Properties

cmodel created _updated _version_ datastreams dc_title dc_creator dc_description dc_identifier dc_date dc_language dc_license dc_publisher dc_relation dc_rights dc_subject ispartof latlon

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://phaidra.unipd.it/structure/object_info.json",
  "name": "PhaidraObjectInfo",
  "description": "JSON Structure for a PHAIDRA digital object's indexed metadata.",
  "type": "object",
  "properties": {
    "cmodel": {
      "type": "string",
      "description": "Content model (e.g. Picture, Document, Collection)."
    },
    "created": {
      "type": "string",
      "description": "Creation timestamp."
    },
    "_updated": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Update timestamps."
    },
    "_version_": {
      "type": "number",
      "description": "Solr index version."
    },
    "datastreams": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Available datastream identifiers."
    },
    "dc_title": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core title."
    },
    "dc_creator": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core creator."
    },
    "dc_description": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core description."
    },
    "dc_identifier": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core identifier."
    },
    "dc_date": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core date."
    },
    "dc_language": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core language."
    },
    "dc_license": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "License of the object."
    },
    "dc_publisher": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core publisher."
    },
    "dc_relation": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core relation."
    },
    "dc_rights": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core rights."
    },
    "dc_subject": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Dublin Core subject."
    },
    "ispartof": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "PIDs of parent collections/containers this object is part of."
    },
    "latlon": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Geographic coordinates, if any."
    }
  },
  "required": [
    "cmodel"
  ]
}