Revel Systems · Schema

EstablishmentList

EstablishmentList schema from Revel Open API

POSRestaurantRetailiPad

Properties

Name Type Description
meta object
objects array
View JSON Schema on GitHub

JSON Schema

revel-open-api-establishment-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EstablishmentList",
  "description": "EstablishmentList schema from Revel Open API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-schema/revel-open-api-establishment-list-schema.json",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "objects": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Establishment"
      }
    }
  }
}