{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-manage-ghes-replication-status-structure.json", "name": "ghes-replication-status", "description": "ghes-replication-status from GitHub API", "type": "object", "properties": { "status": { "$ref": "#/components/schemas/ghes-replication-status-indicator" }, "nodes": { "type": "array", "items": { "type": "object", "properties": { "hostname": { "type": "string" }, "status": { "$ref": "#/components/schemas/ghes-replication-status-indicator" }, "services": { "type": "array", "items": { "type": "object", "properties": { "status": { "$ref": "#/components/schemas/ghes-replication-status-indicator" }, "name": { "type": "string" }, "details": { "type": "string" } } } } } } } } }