Mews · Schema

Coproduct

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Discriminator string
Value object
View JSON Schema on GitHub

JSON Schema

mews-coproduct-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Coproduct",
  "title": "Coproduct",
  "required": [
    "Discriminator",
    "Value"
  ],
  "type": "object",
  "properties": {
    "Discriminator": {
      "minLength": 1,
      "type": "string"
    },
    "Value": {}
  },
  "additionalProperties": false,
  "x-schema-id": "Coproduct"
}