{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_account-settings-response", "title": "workers_account-settings-response", "allOf": [ { "$ref": "#/components/schemas/workers_api-response-common" }, { "properties": { "result": { "$ref": "#/components/schemas/workers_account-settings" } } } ] }