{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/zero-trust-gateway_application", "title": "zero-trust-gateway_application", "properties": { "application_type_id": { "$ref": "#/components/schemas/zero-trust-gateway_app_type_id" }, "created_at": { "$ref": "#/components/schemas/zero-trust-gateway_timestamp" }, "id": { "$ref": "#/components/schemas/zero-trust-gateway_app_id" }, "name": { "$ref": "#/components/schemas/zero-trust-gateway_app-types_components-schemas-name" } }, "type": "object" }