{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BackendConfigurationRequest", "properties": { "context": { "type": "string", "nullable": true, "minLength": 1 } }, "type": "object" }