JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AllowedProductAction_MVO",
"title": "AllowedProductAction_MVO",
"allOf": [
{
"$ref": "#/components/schemas/Extensible"
},
{
"type": "object",
"description": "Defines an action that can be taken on a product in the inventory as part of a product order. It is expected that this entity will be attached to product catalog items such as specifications and offerings",
"properties": {
"validFor": {
"$ref": "#/components/schemas/TimePeriod"
},
"channel": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ChannelRef_MVO"
},
"description": "A list of sales channels in which this action is allowed; for instance Remove might be allowed only in an assisted channel not in a self-service channel",
"example": {
"id": "4406",
"href": "https://mycsp.com:8080/tmf-api/salesChannelManagement/v4/channel/4406",
"name": "Online Channel",
"@referredType": "SalesChannel",
"@type": "ChannelRef",
"@baseType": "",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schemas/Common/ChannelRef.schema.json"
}
},
"action": {
"type": "string",
"description": "The name of the action",
"example": "add"
}
},
"required": [
"action"
]
}
],
"discriminator": {
"propertyName": "@type",
"mapping": {
"AllowedProductAction": "#/components/schemas/AllowedProductAction_MVO"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tm-forum-allowedproductaction-mvo"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.