{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_psk_generation_response", "title": "magic_psk_generation_response", "allOf": [ { "$ref": "#/components/schemas/magic_api-response-single" }, { "properties": { "result": { "properties": { "ipsec_tunnel_id": { "$ref": "#/components/schemas/magic_identifier" }, "psk": { "$ref": "#/components/schemas/magic_psk" }, "psk_metadata": { "$ref": "#/components/schemas/magic_psk_metadata" } } } } } ] }