{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Context", "type": "object", "properties": { "context": { "type": "string" }, "leader": { "type": "string" }, "roles": { "type": "array", "items": { "type": "object", "properties": { "node": { "type": "string" }, "role": { "type": "string" } } } } } }