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