Revel Systems · JSON Structure

Revel Open Api Product List Structure

ProductList schema from Revel Open API

Type: object Properties: 2
POSRestaurantRetailiPad

ProductList 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-product-list-structure.json",
  "name": "ProductList",
  "description": "ProductList schema from Revel Open API",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/Meta"
    },
    "objects": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    }
  }
}