{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_api_discovery_state_patch", "title": "api-shield_api_discovery_state_patch", "description": "Mark state of operation in API Discovery\n * `review` - Mark operation as for review\n * `ignored` - Mark operation as ignored\n", "enum": [ "review", "ignored" ], "type": "string" }