Axway · Schema

platform.app.create

Published when an application is created.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
app object The created application
View JSON Schema on GitHub

JSON Schema

axway-platformappcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.app.create",
  "title": "platform.app.create",
  "type": "object",
  "description": "Published when an application is created.",
  "x-context": "app",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActor"
    }
  ],
  "properties": {
    "app": {
      "type": "object",
      "description": "The created application",
      "properties": {
        "guid": {
          "$ref": "#/components/schemas/Application/properties/guid"
        },
        "name": {
          "$ref": "#/components/schemas/Application/then/properties/name"
        },
        "platform": {
          "$ref": "#/components/schemas/Application/properties/platform"
        },
        "provider_guid": {
          "$ref": "#/components/schemas/Application/properties/provider_guid"
        },
        "source": {
          "$ref": "#/components/schemas/Application/properties/source"
        },
        "type": {
          "$ref": "#/components/schemas/Application/properties/type"
        }
      },
      "example": {
        "guid": {},
        "name": {},
        "platform": {},
        "provider_guid": {},
        "source": {},
        "type": {}
      }
    }
  }
}