records
Jersey City Master Plans
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":"master-plans",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/master-plans"
}
] - "definitions":{
- "master-plans":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/master-plans_records"
}
}
} - "records":
} - "properties":
- "master-plans_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "file":{
- "type":"string",
- "title":"Download Link",
- "description":"Jersey City Master Plans PDF"
}
} - "file":
}
} - "fields":
} - "properties":
} - "master-plans":
}