Axway · Schema

Response

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
success boolean Whether the request was successful.
View JSON Schema on GitHub

JSON Schema

axway-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Response",
  "title": "Response",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the request was successful.",
      "example": true
    }
  }
}