records
Metadata Catalogue
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"metadata-catalogue",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/metadata-catalogue"
}
] - "definitions":{
- "metadata-catalogue":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/metadata-catalogue_records"
}
}
} - "records":
} - "properties":
- "metadata-catalogue_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "title":,{
- "type":"string",
- "title":"Title",
- "description":"Name given to the resource."
} - "dataset_id":,{
- "type":"string",
- "title":"Dataset identifier",
- "description":"Compact sequence of characters that establishes the identity of a resource."
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":"Account of the resource."
} - "theme":,{
- "type":"string",
- "title":"Themes",
- "description":"Overarching theme of the resource. "
} - "keyword":,{
- "type":"string",
- "title":"Keywords",
- "description":"Topic of the resource."
} - "language":,{
- "type":"string",
- "title":"Language",
- "description":"Language of the resource."
} - "publisher":,{
- "type":"string",
- "title":"Publisher",
- "description":"Entity responsible for making the resource available. "
} - "download_metatadata_link":{
- "type":"string",
- "title":"download metatadata link",
- "description":""
}
} - "title":
}
} - "fields":
} - "properties":
} - "metadata-catalogue":
}