{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NamespaceExactAllowListItem", "title": "NamespaceExactAllowListItem", "type": "object", "properties": { "backend": { "type": "string", "minLength": 1 } }, "required": [ "backend" ] }