{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://ipfs.tech/schemas/pinning/delegates", "title": "Delegates", "description": "List of multiaddrs designated by pinning service that will receive the pin data; see Provider Hints in the docs", "type": "array", "items": { "type": "string" }, "uniqueItems": true, "minItems": 1, "maxItems": 20, "example": [ "/ip4/203.0.113.1/tcp/4001/p2p/QmServicePeerId" ] }