{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_settings", "title": "zero-trust-gateway_settings", "properties": { "created_at": { "$ref": "#/components/schemas/zero-trust-gateway_timestamp" }, "public_key": { "$ref": "#/components/schemas/zero-trust-gateway_public_key" }, "seed_id": { "$ref": "#/components/schemas/zero-trust-gateway_audit_ssh_settings_components-schemas-uuid" }, "updated_at": { "$ref": "#/components/schemas/zero-trust-gateway_timestamp" } }, "type": "object" }