records

records

Active filters Clear all

No active filters

Filters

Sister City Agreements

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Sister Cities
               

No description available for this field.

Name (identifier)
sister_cities
Type
text
Sample
                       
Countries
               

No description available for this field.

Name (identifier)
countries
Type
text
Sample
                       
Date of Resolution
               

No description available for this field.

Name (identifier)
date_of_resolution
Type
date
Sample
                       
Flag yes or no
               

No description available for this field.

Name (identifier)
flag_yes_or_no
Type
text
Sample
                       
Description of Event
               

No description available for this field.

Name (identifier)
description_of_event
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"sister-city-agreements",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/sister-city-agreements"
      }
    ]
    ,
  • "definitions":
    {
    • "sister-city-agreements":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/sister-city-agreements_records"
            }
          }
        }
      }
      ,
    • "sister-city-agreements_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "sister_cities":
              {
              • "type":"string",
              • "title":"Sister Cities",
              • "description":""
              }
              ,
            • "countries":
              {
              • "type":"string",
              • "title":"Countries",
              • "description":""
              }
              ,
            • "date_of_resolution":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date of Resolution",
              • "description":""
              }
              ,
            • "flag_yes_or_no":
              {
              • "type":"string",
              • "title":"Flag yes or no",
              • "description":""
              }
              ,
            • "description_of_event":
              {
              • "type":"string",
              • "title":"Description of Event",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets