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