{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RadioGroup", "type": "object", "properties": { "groupName": { "type": "string" }, "documentId": { "type": "string" }, "recipientId": { "type": "string" }, "radios": { "type": "array" }, "required": { "type": "string" } } }