Axway · Schema

apicentral.{resource}.{action}

Published when a Central resource is created/updated/removed.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
group string
View JSON Schema on GitHub

JSON Schema

axway-apicentral-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/apicentral._._",
  "title": "apicentral.{resource}.{action}",
  "type": "object",
  "description": "Published when a Central resource is created/updated/removed.",
  "x-context": "api_central",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataCentral"
    }
  ],
  "properties": {
    "group": {
      "type": "string",
      "example": "example_value"
    }
  }
}