Deliverect · Schema

PosRegister

Deliverect Register POS

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
location string
View JSON Schema on GitHub

JSON Schema

pos-api-pos-register-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/pos-api-pos-register-schema.json",
  "title": "PosRegister",
  "description": "Deliverect Register POS",
  "type": "object",
  "properties": {
    "location": {
      "type": "string",
      "default": "",
      "example": "string"
    }
  },
  "required": [
    "location"
  ]
}