api-shield_schema-response-with-thresholds

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-schema-response-with-thresholds-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_schema-response-with-thresholds",
  "title": "api-shield_schema-response-with-thresholds",
  "allOf": [
    {
      "$ref": "#/components/schemas/api-shield_api-response-common"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "schemas": {
              "items": {
                "$ref": "#/components/schemas/api-shield_openapi-with-thresholds"
              },
              "type": "array"
            },
            "timestamp": {
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "result"
      ],
      "type": "object"
    }
  ]
}