{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/Peers.json", "title": "List of Peers", "type": "object", "required": ["peers"], "properties": { "peers": { "type": "array", "items": { "$ref": "Peer.json" } } } }