records

records

Active filters Clear all

No active filters

Filters

Guest Nights Classification

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Establishment Classification
               

No description available for this field.

Name (identifier)
establishment_classification
Type
text
Sample
                       
GuestNights
               

No description available for this field.

Name (identifier)
guestnights
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"guest-nights-classification",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/guest-nights-classification"
      }
    ]
    ,
  • "definitions":
    {
    • "guest-nights-classification":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/guest-nights-classification_records"
            }
          }
        }
      }
      ,
    • "guest-nights-classification_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "establishment_classification":
              {
              • "type":"string",
              • "title":"Establishment Classification",
              • "description":""
              }
              ,
            • "guestnights":
              {
              • "type":"integer",
              • "title":"GuestNights",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets