Auth Rule Name
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/auth-rule-name", "title": "Auth Rule Name", "description": "Auth Rule Name", "anyOf": [ { "type": "null" }, { "type": "string", "maxLength": 1024 } ] }