Mews · Schema

Resource access token parameter

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ServiceOrderId string Unique identifier of a reservation.
CompanionshipId string Unique identifier of `Companionship`.
ResourceId string Unique identifier of `Resource`.
Value string Value of the resource access token.
Type object
SerialNumber string Serial number of the resource access token.
ValidityStartUtc string Marks the start of interval in which the resource access token can be used.
ValidityEndUtc string Marks the end of interval in which the resource access token can be used.
Permissions object Specify permissions of the resource access token.
View JSON Schema on GitHub

JSON Schema

mews-resourceaccesstokenparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceAccessTokenParameters",
  "title": "Resource access token parameter",
  "required": [
    "Permissions",
    "ServiceOrderId",
    "Type",
    "ValidityEndUtc",
    "ValidityStartUtc",
    "Value"
  ],
  "type": "object",
  "properties": {
    "ServiceOrderId": {
      "type": "string",
      "description": "Unique identifier of a reservation.",
      "format": "uuid"
    },
    "CompanionshipId": {
      "type": "string",
      "description": "Unique identifier of `Companionship`.",
      "format": "uuid",
      "nullable": true
    },
    "ResourceId": {
      "type": "string",
      "description": "Unique identifier of `Resource`.",
      "format": "uuid",
      "nullable": true
    },
    "Value": {
      "maxLength": 255,
      "minLength": 1,
      "type": "string",
      "description": "Value of the resource access token."
    },
    "Type": {
      "$ref": "#/components/schemas/ResourceAccessTokenType"
    },
    "SerialNumber": {
      "type": "string",
      "description": "Serial number of the resource access token.",
      "nullable": true
    },
    "ValidityStartUtc": {
      "minLength": 1,
      "type": "string",
      "description": "Marks the start of interval in which the resource access token can be used."
    },
    "ValidityEndUtc": {
      "minLength": 1,
      "type": "string",
      "description": "Marks the end of interval in which the resource access token can be used."
    },
    "Permissions": {
      "title": "Resource access token permission parameter",
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceAccessTokenPermissionsParameters"
        }
      ],
      "description": "Specify permissions of the resource access token."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ResourceAccessTokenParameters"
}

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-resourceaccesstokenparameters"
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.