Revel Systems · JSON Structure

Revel Open Api Customer List Structure

CustomerList schema from Revel Open API

Type: object Properties: 2
POSRestaurantRetailiPad

CustomerList is a JSON Structure definition published by Revel Systems, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

meta objects

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-structure/revel-open-api-customer-list-structure.json",
  "name": "CustomerList",
  "description": "CustomerList schema from Revel Open API",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "objects": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Customer"
      }
    }
  }
}