{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DatabaseName", "title": "DatabaseName", "type": "string", "pattern": "[^ /\\.$\\x22]*", "minLength": 1, "maxLength": 63 }