records

records

Active filters Clear all

No active filters

Filters

Jersey City Open Data Policy

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Download Link
Jersey City Open Data Policy 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":"jersey-city-open-data-policy",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/jersey-city-open-data-policy"
      }
    ]
    ,
  • "definitions":
    {
    • "jersey-city-open-data-policy":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/jersey-city-open-data-policy_records"
            }
          }
        }
      }
      ,
    • "jersey-city-open-data-policy_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "file":
              {
              • "type":"string",
              • "title":"Download Link",
              • "description":"Jersey City Open Data Policy PDF"
              }
            }
          }
        }
      }
    }
}

Similar datasets