aaa_schemas-single_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-schemas-single-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_schemas-single_response",
  "title": "aaa_schemas-single_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/aaa_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/aaa_webhooks"
        }
      }
    }
  ]
}