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