api-shield_operation

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_operation",
  "title": "api-shield_operation",
  "allOf": [
    {
      "$ref": "#/components/schemas/api-shield_standard_operation"
    },
    {
      "properties": {
        "features": {
          "$ref": "#/components/schemas/api-shield_operation_features"
        }
      },
      "type": "object"
    }
  ]
}