records
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":"catalogue",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/catalogue"
}
] - "definitions":{
- "catalogue":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/catalogue_records"
}
}
} - "records":
} - "properties":
- "catalogue_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "created":,{
- "type":"string",
- "format":"date-time",
- "title":"created",
- "description":""
} - "updated":,{
- "type":"string",
- "format":"date-time",
- "title":"updated",
- "description":""
} - "dataset_id":,{
- "type":"string",
- "title":"dataset_id",
- "description":""
} - "title":,{
- "type":"string",
- "title":"title",
- "description":""
} - "publisher":,{
- "type":"string",
- "title":"publisher",
- "description":""
} - "published":,{
- "type":"string",
- "title":"published",
- "description":""
} - "restricted":,{
- "type":"string",
- "title":"restricted",
- "description":""
} - "records_size":,{
- "type":"number",
- "title":"records_size",
- "description":""
} - "size":,{
- "type":"string",
- "title":"size",
- "description":""
} - "records_count":,{
- "type":"integer",
- "title":"records_count",
- "description":""
} - "link":{
- "type":"string",
- "title":"link",
- "description":""
}
} - "created":
}
} - "fields":
} - "properties":
} - "catalogue":
}