Kind of schema
{ "$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" }