Axway · JSON Structure

Amplify Platform Apicentral._._ Structure

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

Type: object Properties: 1
API ManagementEnterpriseIntegrationSecurity

apicentral._._ is a JSON Structure definition published by Axway, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

group

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "apicentral._._",
  "description": "Published when a Central resource is created/updated/removed.",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "example": "example_value"
    }
  }
}