Axway · JSON Structure

Amplify Platform Apicentral.Apiservice.Create Structure

Published when a top-level Central asset is created.

Type: object Properties: 3
API ManagementEnterpriseIntegrationSecurity

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

Properties

automatic envId 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.apiservice.create",
  "description": "Published when a top-level Central asset is created.",
  "type": "object",
  "properties": {
    "automatic": {
      "type": "boolean",
      "description": "Whether the asset is agent created.",
      "example": true
    },
    "envId": {
      "$ref": "#/components/schemas/Environment/properties/guid"
    },
    "group": {
      "type": "string",
      "enum": [
        "management"
      ],
      "example": "management"
    }
  }
}