Axway · Schema

Environment

Environment schema from Axway Amplify Platform API

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
_id string Document ID of the environment.
governance string Governance of the environment.
guid string GUID of the environment.
isProduction boolean Whether the environment is a production environment.
name string Name of the environment
org_guid string `guid` of the organization the environment is associated to.
source string
type string Type of environment
url string URL of the integration environment.
View JSON Schema on GitHub

JSON Schema

amplify-platform-environment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-environment-schema.json",
  "title": "Environment",
  "description": "Environment schema from Axway Amplify Platform API",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string",
      "description": "Document ID of the environment.",
      "readOnly": true,
      "deprecated": true,
      "example": "507f1f77bcf86cd799439011"
    },
    "governance": {
      "type": "string",
      "description": "Governance of the environment.",
      "enum": [
        "Customer Managed",
        "Axway Managed"
      ],
      "example": "Customer Managed"
    },
    "guid": {
      "type": "string",
      "description": "GUID of the environment.",
      "example": "example_value"
    },
    "isProduction": {
      "type": "boolean",
      "description": "Whether the environment is a production environment.",
      "default": false,
      "example": true
    },
    "name": {
      "type": "string",
      "description": "Name of the environment",
      "x-no-tags": true,
      "example": "Example Name"
    },
    "org_guid": {
      "type": "string",
      "description": "`guid` of the organization the environment is associated to.",
      "example": "example_value"
    },
    "source": {
      "type": "string",
      "example": "example_value"
    },
    "type": {
      "type": "string",
      "description": "Type of environment",
      "default": "usage",
      "enum": [
        "usage",
        "integration"
      ],
      "example": "usage"
    },
    "url": {
      "type": "string",
      "format": "secure-url",
      "description": "URL of the integration environment.",
      "example": "https://example.com"
    }
  },
  "required": [
    "guid",
    "isProduction",
    "name",
    "org_guid",
    "type"
  ]
}

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/amplify-platform-environment"
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.