records

records

Active filters Clear all

No active filters

Filters

Flag Raisings 2020

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DAY
               

No description available for this field.

Name (identifier)
day
Type
text
Sample
                       
DATE
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
MONTH
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
FLAG RAISING
               

No description available for this field.

Name (identifier)
flag_raising
Type
text
Sample
                       
REMARKS
               

No description available for this field.

Name (identifier)
remarks
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"flag-raising-2020",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/flag-raising-2020"
      }
    ]
    ,
  • "definitions":
    {
    • "flag-raising-2020":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/flag-raising-2020_records"
            }
          }
        }
      }
      ,
    • "flag-raising-2020_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "day":
              {
              • "type":"string",
              • "title":"DAY",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"MONTH",
              • "description":""
              }
              ,
            • "flag_raising":
              {
              • "type":"string",
              • "title":"FLAG RAISING",
              • "description":""
              }
              ,
            • "remarks":
              {
              • "type":"string",
              • "title":"REMARKS",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets