Properties
| Name | Type | Description |
|---|---|---|
| Corporate | boolean | |
| Internal | boolean | |
| Private | boolean | |
| OnlineTravelAgency | boolean | |
| GlobalDistributionSystem | boolean | |
| Marketing | boolean | |
| Inactive | boolean | |
| GovernmentEntity | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CompanyClassificationsParameters",
"title": "CompanyClassificationsParameters",
"type": "object",
"properties": {
"Corporate": {
"type": "boolean"
},
"Internal": {
"type": "boolean"
},
"Private": {
"type": "boolean"
},
"OnlineTravelAgency": {
"type": "boolean"
},
"GlobalDistributionSystem": {
"type": "boolean"
},
"Marketing": {
"type": "boolean"
},
"Inactive": {
"type": "boolean"
},
"GovernmentEntity": {
"type": "boolean"
}
},
"additionalProperties": false,
"x-schema-id": "CompanyClassificationsParameters"
}