{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ConfigurationDescriptionRequest", "type": "object", "required": [ "branchId", "componentId", "configId" ], "properties": { "branchId": { "type": "string" }, "componentId": { "type": "string" }, "configId": { "type": "string" }, "rowId": { "type": "string" } } }