api-shield_object-with-operation-id

APIs.ioEngineeringPlatform

Properties

Name Type Description
operation_id object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-object-with-operation-id-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_object-with-operation-id",
  "title": "api-shield_object-with-operation-id",
  "properties": {
    "operation_id": {
      "allOf": [
        {
          "description": "The ID of the operation",
          "type": "string"
        },
        {
          "$ref": "#/components/schemas/api-shield_schemas-uuid"
        }
      ]
    }
  },
  "required": [
    "operation_id"
  ],
  "type": "object"
}