{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/spectrum-config_app_config_single", "title": "spectrum-config_app_config_single", "allOf": [ { "$ref": "#/components/schemas/spectrum-config_api-response-single" }, { "properties": { "result": { "oneOf": [ { "$ref": "#/components/schemas/spectrum-config_app_config" }, { "$ref": "#/components/schemas/spectrum-config_paygo_app_config" } ] } } } ] }