Mews · Schema

Resource category

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Id string Unique identifier of the category.
EnterpriseId string Unique identifier of the `Enterprise`.
ServiceId string Unique identifier of the `Service` of the resource category.
IsActive boolean Whether the category is still active.
Type object
Classification object
Names object All translations of the name.
ShortNames object All translations of the short name.
Descriptions object All translations of the description.
Ordering integer Ordering of the category, lower number corresponds to lower category (note that neither uniqueness nor continuous sequence is guaranteed).
Capacity integer Capacity that can be served (e.g. bed count).
ExtraCapacity integer Extra capacity that can be served (e.g. extra bed count).
ExternalIdentifier string Identifier of the resource category from external system.
AccountingCategoryId string Unique identifier of the accounting category.
View JSON Schema on GitHub

JSON Schema

mews-resourcecategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceCategory",
  "title": "Resource category",
  "required": [
    "Capacity",
    "Classification",
    "Descriptions",
    "EnterpriseId",
    "ExtraCapacity",
    "Id",
    "IsActive",
    "Names",
    "Ordering",
    "ServiceId",
    "ShortNames",
    "Type"
  ],
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "Unique identifier of the category.",
      "format": "uuid"
    },
    "EnterpriseId": {
      "type": "string",
      "description": "Unique identifier of the `Enterprise`.",
      "format": "uuid"
    },
    "ServiceId": {
      "type": "string",
      "description": "Unique identifier of the `Service` of the resource category.",
      "format": "uuid"
    },
    "IsActive": {
      "type": "boolean",
      "description": "Whether the category is still active."
    },
    "Type": {
      "$ref": "#/components/schemas/ResourceCategoryType"
    },
    "Classification": {
      "$ref": "#/components/schemas/ResourceClassification"
    },
    "Names": {
      "title": "Localized text",
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "All translations of the name.",
      "x-schema-id": "LocalizedStrings"
    },
    "ShortNames": {
      "title": "Localized text",
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "All translations of the short name.",
      "x-schema-id": "LocalizedStrings"
    },
    "Descriptions": {
      "title": "Localized text",
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "All translations of the description.",
      "x-schema-id": "LocalizedStrings"
    },
    "Ordering": {
      "type": "integer",
      "description": "Ordering of the category, lower number corresponds to lower category (note that neither uniqueness nor continuous sequence is guaranteed).",
      "format": "int32"
    },
    "Capacity": {
      "type": "integer",
      "description": "Capacity that can be served (e.g. bed count).",
      "format": "int32"
    },
    "ExtraCapacity": {
      "type": "integer",
      "description": "Extra capacity that can be served (e.g. extra bed count).",
      "format": "int32"
    },
    "ExternalIdentifier": {
      "maxLength": 255,
      "type": "string",
      "description": "Identifier of the resource category from external system.",
      "nullable": true
    },
    "AccountingCategoryId": {
      "type": "string",
      "description": "Unique identifier of the accounting category.",
      "format": "uuid",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ResourceCategory"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/mews-resourcecategory"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.