Mews · Schema

Account note

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Id string Unique identifier of the account note.
AccountId string Unique identifier of the account.
Content string The content of the account note.
AccountType object Specifying type of associated account. Company Customer
Classifications array Specifying the classifications of the note based on account type.
IsActive boolean Whether the account note is still active.
CreatorProfile object The profile data of the user who created the account note.
UpdaterProfile object The profile data of the user who updated the account note.
View JSON Schema on GitHub

JSON Schema

mews-accountnote-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountNote",
  "title": "Account note",
  "required": [
    "AccountId",
    "AccountType",
    "Classifications",
    "Content",
    "CreatorProfile",
    "Id",
    "IsActive",
    "UpdaterProfile"
  ],
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "Unique identifier of the account note.",
      "format": "uuid"
    },
    "AccountId": {
      "type": "string",
      "description": "Unique identifier of the account.",
      "format": "uuid"
    },
    "Content": {
      "minLength": 1,
      "type": "string",
      "description": "The content of the account note."
    },
    "AccountType": {
      "title": "Account type",
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountTypeEnum"
        }
      ],
      "description": "Specifying type of associated account.\n\nCompany\n\nCustomer",
      "x-enumNames": [
        "Company",
        "Customer"
      ],
      "x-enumDescriptions": [
        "",
        ""
      ]
    },
    "Classifications": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AccountNoteClassificationEnum"
      },
      "description": "Specifying the classifications of the note based on account type."
    },
    "IsActive": {
      "type": "boolean",
      "description": "Whether the account note is still active."
    },
    "CreatorProfile": {
      "title": "Profile data",
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileData"
        }
      ],
      "description": "The profile data of the user who created the account note."
    },
    "UpdaterProfile": {
      "title": "Profile data",
      "allOf": [
        {
          "$ref": "#/components/schemas/ProfileData"
        }
      ],
      "description": "The profile data of the user who updated the account note."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "AccountNote"
}

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