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