Point of Sale Transactions by Sector and City

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Starting date
               

No description available for this field.

Name (identifier)
starting_date
Type
date
Sample
                       
Indicator
               

No description available for this field.

Name (identifier)
number_value_change_transactions
Type
text
Sample
                       
Sectors
               

No description available for this field.

Name (identifier)
sectors
Type
text
Sample
                       
City
               

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
value (Multiple units)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"point-of-sale-transactions-by-sector-and-city",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/point-of-sale-transactions-by-sector-and-city"
      }
    ]
    ,
  • "definitions":
    {
    • "point-of-sale-transactions-by-sector-and-city":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/point-of-sale-transactions-by-sector-and-city_records"
            }
          }
        }
      }
      ,
    • "point-of-sale-transactions-by-sector-and-city_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "starting_date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Starting date",
              • "description":""
              }
              ,
            • "number_value_change_transactions":
              {
              • "type":"string",
              • "title":"Indicator",
              • "description":""
              }
              ,
            • "sectors":
              {
              • "type":"string",
              • "title":"Sectors",
              • "description":""
              }
              ,
            • "city":
              {
              • "type":"string",
              • "title":"City",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value (Multiple units)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets