Axway · Schema

DomainList

A list of Domain objects.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

amplify-platform-domain-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-domain-list-schema.json",
  "title": "DomainList",
  "description": "A list of Domain objects.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/Domain"
  }
}