University of Vienna · JSON Structure

University Of Vienna Object Info Structure

JSON Structure for a PHAIDRA digital object info record (object_info).

Type: object Properties: 30
EducationHigher EducationUniversityResearchRepositoryOpen DataAustriaEurope

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

Properties

_updated _version_ alternativeformats alternativeversions bbox bib_published bib_publisher bib_publisherlocation bib_roles_pers_aut cmodel created datastreams dc_creator dc_date dc_description dc_description_ dc_identifier dc_language dc_license dc_publisher dc_relation dc_rights dc_subject dc_subject_ dc_title ispartof dshash latlon metadata metatags

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/university-of-vienna/main/json-structure/university-of-vienna-object-info-structure.json",
  "name": "PhaidraObjectInfo",
  "description": "JSON Structure for a PHAIDRA digital object info record (object_info).",
  "type": "object",
  "properties": {
    "_updated": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "_version_": {
      "type": "number"
    },
    "alternativeformats": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "alternativeversions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bbox": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_published": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_publisher": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_publisherlocation": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_roles_pers_aut": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "cmodel": {
      "type": "string"
    },
    "created": {
      "type": "string"
    },
    "datastreams": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_creator": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_date": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_description": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_description_": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_identifier": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_language": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_license": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_publisher": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_relation": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_rights": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_subject": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_subject_": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_title": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "ispartof": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dshash": {
      "type": "object"
    },
    "latlon": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "metatags": {
      "type": "object"
    }
  }
}