{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RadResult", "type": "object", "properties": { "status": { "type": "string" }, "payload": { "type": "object", "description": "Result payload" } } }