University of Vienna · JSON Structure

University Of Vienna Index Structure

JSON Structure for a PHAIDRA Solr index document (index).

Type: object Properties: 29
EducationHigher EducationUniversityResearchRepositoryOpen DataAustriaEurope

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

Properties

datastreams dc_description_ dc_publisher dc_description_eng dc_creator dc_identifier size pid _updated cmodel bbox bib_roles_pers_aut dc_relation bib_publisherlocation owner dc_rights dc_title resourcetype dc_date latlon dc_language modified dc_subject bib_published created ispartof bib_publisher dc_description dc_description_deu

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-index-structure.json",
  "name": "PhaidraIndexDoc",
  "description": "JSON Structure for a PHAIDRA Solr index document (index).",
  "type": "object",
  "properties": {
    "datastreams": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_description_": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_publisher": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_description_eng": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_creator": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_identifier": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "size": {
      "type": "number"
    },
    "pid": {
      "type": "string"
    },
    "_updated": {
      "type": "number"
    },
    "cmodel": {
      "type": "string"
    },
    "bbox": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_roles_pers_aut": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_relation": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_publisherlocation": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "owner": {
      "type": "string"
    },
    "dc_rights": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_title": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "resourcetype": {
      "type": "string"
    },
    "dc_date": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "latlon": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_language": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "modified": {
      "type": "string"
    },
    "dc_subject": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_published": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "created": {
      "type": "string"
    },
    "ispartof": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "bib_publisher": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_description": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dc_description_deu": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}