Amplify Platform Platform.Subscription.Update Structure
Published when a subscription for an org is updated.
platform.subscription.update is a JSON Structure definition published by Axway, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"$schema": "https://json-structure.org/draft/2020-12/schema",
"name": "platform.subscription.update",
"description": "Published when a subscription for an org is updated.",
"type": "object",
"properties": {
"changes": {
"type": "array",
"description": "Changes that were made.",
"items": {
"type": "object",
"required": [
"k"
],
"properties": {
"a": {
"type": "integer",
"description": "Action indication for changes to sensitive data. Values represent added, changed, and removed respectively.",
"enum": [
0,
1,
2
]
},
"k": {
"type": "string",
"description": "The full path to the modified value."
},
"o": {
"description": "The original value."
},
"v": {
"description": "The new value."
}
}
}
},
"modified_by": {
"type": "string",
"description": "\"platform\" or received value from event's `data.lastModifiedVia`."
},
"subscription": {
"type": "object",
"description": "Organization entitlements",
"required": [
"id",
"product",
"plan",
"entitlements"
],
"additionalProperties": false,
"properties": {
"end_date": {
"type": "string",
"format": "date-time",
"description": "When the subscription is active to.",
"example": "2026-04-21T00:00:00Z"
},
"entitlements": {
"type": "array",
"items": {
"type": "object",
"required": [
"key",
"value"
],
"properties": {
"key": {
"type": "string",
"description": "Entitlement key."
},
"value": {
"oneOf": [
{
"type": "boolean",
"description": "Boolean entitlement, granting access to a feature of capability."
},
{
"type": "integer",
"description": "Integer entitlement value, granting quota of allow transactions or requests per month.",
"maximum": 9999999999999
},
{
"type": "number",
"description": "Numeric entitlement value, granting allow volumes of network throughput or storage.",
"maximum": 9999999999999
},
{
"type": "array",
"description": "Set entitlement, listing provisioned service or environment availability.",
"items": {
"type": "string",
"description": "Service or environment key."
}
}
]
}
}
},
"example": [
{
"key": "example_value",
"value": "example_value"
}
]
},
"governance": {
"type": "string",
"description": "Governance model for the subscription.",
"enum": [
"SaaS",
"Customer Managed",
"Axway Managed"
],
"example": "SaaS"
},
"id": {
"type": "string",
"description": "Identifier for the subscription.",
"example": "507f1f77bcf86cd799439011"
},
"opportunity_id": {
"type": "number",
"description": "Opportunity ID associated with the subscription.",
"minimum": 10000,
"maximum": 999999,
"example": 1.0
},
"plan": {
"type": "string",
"description": "Which plan the subscription is for.",
"example": "example_value"
},
"product": {
"type": "string",
"description": "Name to identify the product, e.g. APIM, B2Bi.",
"example": "example_value"
},
"product_name": {
"type": "string",
"description": "Official product name.",
"readOnly": true,
"example": "Example Name"
},
"source": {
"type": "string",
"description": "Source of this subscription.",
"enum": [
"API",
"UI",
"Platform",
"Billing"
],
"example": "API"
},
"start_date": {
"type": "string",
"format": "date-time",
"description": "When the subscription is active from.",
"example": "2026-04-21T00:00:00Z"
},
"tier": {
"type": "string",
"description": "Whether the subscription is a trial or paid for.",
"enum": [
"paid",
"trial",
"free"
],
"example": "paid"
}
}
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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
curl "https://apis.io/api/v1/json-structures/amplify-platform-platform.subscription.update-structure"
curl "https://apis.io/api/v1/json-structures?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.