{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-structure/openapi-ntp-status-structure.json", "name": "NtpStatus", "description": "Details about an NTP server connection.", "type": "object", "properties": { "ConnectionStatus": { "allOf": [ { "$ref": "#/components/schemas/NetworkConnectionStatus" }, { "description": "The connection's status." } ] }, "IpAddress": { "allOf": [ { "$ref": "#/components/schemas/IpAddress" }, { "description": "The IP address of the server." } ] }, "NtpServerName": { "allOf": [ { "$ref": "#/components/schemas/NtpServerName" }, { "description": "The domain name of the server." } ] } } }