{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormatConfigValue", "title": "FormatConfigValue", "type": "string", "pattern": "^[a-zA-Z_0-9]+", "minLength": 0, "maxLength": 256 }