{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DcrConfigPropertyApiKey", "title": "DcrConfigPropertyApiKey", "description": "This is the API Key that will be sent with each HTTP request to the custom DCR server. It can be\nverified on the server to ensure that incoming requests are coming from Konnect.\n", "type": "string", "maxLength": 256, "minLength": 12, "pattern": "^[a-zA-Z0-9_]+$" }