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