records

records

Active filters Clear all

No active filters

Filters

Rev Par

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
                       
Rev Par
               

No description available for this field.

Name (identifier)
rev_par
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"reservation-rate",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/reservation-rate"
      }
    ]
    ,
  • "definitions":
    {
    • "reservation-rate":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/reservation-rate_records"
            }
          }
        }
      }
      ,
    • "reservation-rate_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "establishment_classification":
              {
              • "type":"string",
              • "title":"Establishment Classification",
              • "description":""
              }
              ,
            • "rev_par":
              {
              • "type":"number",
              • "title":"Rev Par",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets