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