Mews · Schema

Product posting mode

Once PerTimeUnit

HospitalityHotelsPMSProperty Management
View JSON Schema on GitHub

JSON Schema

mews-productpostingmodeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductPostingModeEnum",
  "title": "Product posting mode",
  "enum": [
    "Once",
    "PerTimeUnit"
  ],
  "type": "string",
  "description": "\n\nOnce\n\nPerTimeUnit",
  "x-enumNames": [
    "Once",
    "PerTimeUnit"
  ],
  "x-enumDescriptions": [
    "",
    ""
  ]
}