api-shield_properties

Requests information about certain properties.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_properties",
  "title": "api-shield_properties",
  "description": "Requests information about certain properties.",
  "example": [
    "auth_id_characteristics"
  ],
  "items": {
    "enum": [
      "auth_id_characteristics"
    ],
    "example": "auth_id_characteristics",
    "type": "string"
  },
  "type": "array",
  "uniqueItems": true
}