University of Padua · Schema
PHAIDRA Object Info
Indexed metadata about a PHAIDRA digital object (Dublin Core + bibliographic fields), as returned by /object/{pid}/info and /object/{pid}/index.
EducationHigher EducationUniversityOpen DataResearch DataLibraryRepositoryItaly
Properties
| Name | Type | Description |
|---|---|---|
| _updated | array | |
| _version_ | number | |
| alternativeformats | array | |
| alternativeversions | array | |
| bbox | array | |
| bib_published | array | |
| bib_publisher | array | |
| bib_publisherlocation | array | |
| bib_roles_pers_aut | array | |
| cmodel | string | |
| created | string | |
| datastreams | array | |
| dc_creator | array | |
| dc_date | array | |
| dc_description | array | |
| dc_description_ | array | |
| dc_identifier | array | |
| dc_language | array | |
| dc_license | array | |
| dc_publisher | array | |
| dc_relation | array | |
| dc_rights | array | |
| dc_subject | array | |
| dc_subject_ | array | |
| dc_title | array | |
| dshash | object | |
| ispartof | array | |
| latlon | string | |
| metadata | object | |
| metatags | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://phaidra.unipd.it/schema/object_info.json",
"title": "PHAIDRA Object Info",
"description": "Indexed metadata about a PHAIDRA digital object (Dublin Core + bibliographic fields), as returned by /object/{pid}/info and /object/{pid}/index.",
"type": "object",
"properties": {
"_updated": {
"items": {
"type": "string"
},
"type": "array"
},
"_version_": {
"type": "number"
},
"alternativeformats": {
"items": {
"type": "string"
},
"type": "array"
},
"alternativeversions": {
"items": {
"type": "string"
},
"type": "array"
},
"bbox": {
"items": {
"type": "string"
},
"type": "array"
},
"bib_published": {
"items": {
"type": "string"
},
"type": "array"
},
"bib_publisher": {
"items": {
"type": "string"
},
"type": "array"
},
"bib_publisherlocation": {
"items": {
"type": "string"
},
"type": "array"
},
"bib_roles_pers_aut": {
"items": {
"type": "string"
},
"type": "array"
},
"cmodel": {
"type": "string"
},
"created": {
"type": "string"
},
"datastreams": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_creator": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_date": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_description": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_description_": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_identifier": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_language": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_license": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_publisher": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_relation": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_rights": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_subject": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_subject_": {
"items": {
"type": "string"
},
"type": "array"
},
"dc_title": {
"items": {
"type": "string"
},
"type": "array"
},
"dshash": {
"type": "object"
},
"ispartof": {
"items": {
"type": "string"
},
"type": "array"
},
"latlon": {
"type": "string"
},
"metadata": {
"properties": {
"geo": {
"$ref": "#/components/schemas/geo"
},
"mods": {
"$ref": "#/components/schemas/mods"
}
},
"type": "object"
},
"metatags": {
"properties": {
"DC.identifier": {
"type": "string"
},
"DC.rights": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
}
}