records

records

Active filters Clear all

No active filters

Filters

Average Room Rate

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
                       
Average Room Rate
               

No description available for this field.

Name (identifier)
average_room_rate
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"average-room-rate",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/average-room-rate"
      }
    ]
    ,
  • "definitions":
    {
    • "average-room-rate":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/average-room-rate_records"
            }
          }
        }
      }
      ,
    • "average-room-rate_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "establishment_classification":
              {
              • "type":"string",
              • "title":"Establishment Classification",
              • "description":""
              }
              ,
            • "average_room_rate":
              {
              • "type":"number",
              • "title":"Average Room Rate",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets