records

records

Active filters Clear all

No active filters

Filters

Jersey City Master Plans

Dataset schema

Click to expand Click to collapse
Download Link
Jersey City Master Plans PDF

No description available for this field.

Name (identifier)
file
Type
file
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "master-plans_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "file":
              {
              • "type":"string",
              • "title":"Download Link",
              • "description":"Jersey City Master Plans PDF"
              }
            }
          }
        }
      }
    }
}

Similar datasets