Revel Systems · JSON Structure

Revel Open Api Product Structure

Product schema from Revel Open API

Type: object Properties: 19
Point-of-SaleRestaurantRetailiPad

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

Properties

id uuid name description price cost barcode sku category active display_online dining_options establishment attribute_parent attribute_type course_number created_date updated_date resource_uri

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-structure.json",
  "name": "Product",
  "description": "Product schema from Revel Open API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "example": 1
    },
    "uuid": {
      "type": "uuid",
      "example": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
    },
    "name": {
      "type": "string",
      "example": "Cappuccino"
    },
    "description": {
      "type": "string",
      "nullable": true,
      "example": "Premium roast"
    },
    "price": {
      "type": "float",
      "example": 4.99
    },
    "cost": {
      "type": "float",
      "nullable": true,
      "example": 1.0
    },
    "barcode": {
      "type": "string",
      "nullable": true,
      "example": "0123456789012"
    },
    "sku": {
      "type": "string",
      "nullable": true,
      "example": "CAP-001"
    },
    "category": {
      "type": "int32",
      "description": "Foreign key to product category.",
      "example": 1
    },
    "active": {
      "type": "boolean",
      "example": true
    },
    "display_online": {
      "type": "boolean",
      "example": true
    },
    "dining_options": {
      "type": "string",
      "nullable": true,
      "example": "dine_in"
    },
    "establishment": {
      "type": "int32",
      "nullable": true,
      "example": 1
    },
    "attribute_parent": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "attribute_type": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "course_number": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "created_date": {
      "type": "datetime",
      "example": "2026-06-01T12:00:00Z"
    },
    "updated_date": {
      "type": "datetime",
      "example": "2026-06-01T12:00:00Z"
    },
    "resource_uri": {
      "type": "string",
      "example": "/resources/Resource/1/"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/revel-open-api-product-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.