api-shield_configuration

APIs.ioEngineeringPlatform

Properties

Name Type Description
auth_id_characteristics object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_configuration",
  "title": "api-shield_configuration",
  "properties": {
    "auth_id_characteristics": {
      "$ref": "#/components/schemas/api-shield_auth_id_characteristics"
    }
  },
  "required": [
    "auth_id_characteristics"
  ],
  "type": "object"
}