{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://joystream.org/ChannelBatch.schema.json", "title": "ChannelBatch", "description": "JSON schema for batch of entities based on Channel runtime schema", "type": "array", "items": { "$ref": "../entities/ChannelEntity.schema.json" } }