{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_app_single_response", "title": "magic_app_single_response", "allOf": [ { "$ref": "#/components/schemas/magic_apps-response-object" }, { "properties": { "result": { "$ref": "#/components/schemas/magic_account_app" } } } ] }