api-shield_api_discovery_patch_multiple_request_entry

Mappings of discovered operations (keys) to objects describing their state

APIs.ioEngineeringPlatform

Properties

Name Type Description
state object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-api-discovery-patch-multiple-request-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_api_discovery_patch_multiple_request_entry",
  "title": "api-shield_api_discovery_patch_multiple_request_entry",
  "description": "Mappings of discovered operations (keys) to objects describing their state",
  "properties": {
    "state": {
      "$ref": "#/components/schemas/api-shield_api_discovery_state_patch"
    }
  },
  "type": "object"
}