api-shield_kind

Kind of schema

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-kind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_kind",
  "title": "api-shield_kind",
  "description": "Kind of schema",
  "enum": [
    "openapi_v3"
  ],
  "example": "openapi_v3",
  "type": "string"
}