records
Development Maps
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":"development-maps",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/development-maps"
}
] - "definitions":{
- "development-maps":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/development-maps_records"
}
}
} - "records":
} - "properties":
- "development-maps_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "file":{
- "type":"string",
- "title":"Download Link",
- "description":"Development Maps 2016-2020 PDF"
}
} - "file":
}
} - "fields":
} - "properties":
} - "development-maps":
}