Properties
| Name | Type | Description |
|---|---|---|
| end_date | string | When the subscription is active to. |
| entitlements | array | |
| governance | string | Governance model for the subscription. |
| id | string | Identifier for the subscription. |
| opportunity_id | number | Opportunity ID associated with the subscription. |
| plan | string | Which plan the subscription is for. |
| product | string | Name to identify the product, e.g. APIM, B2Bi. |
| product_name | string | Official product name. |
| source | string | Source of this subscription. |
| start_date | string | When the subscription is active from. |
| tier | string | Whether the subscription is a trial or paid for. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/axway/amplify-platform-subscription-schema.json",
"title": "Subscription",
"description": "Organization entitlements",
"type": "object",
"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"
}
},
"required": [
"id",
"product",
"plan",
"entitlements"
]
}
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/amplify-platform-subscription"
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.