{ "type": "object", "name": "EligibleChannel", "properties": { "channelType": { "type": "string" }, "store": { "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] }, "retailLocationGroup": { "type": "object", "properties": { "name": { "type": "string" } }, "required": [ "name" ] } }, "required": [ "channelType", "store", "retailLocationGroup" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }