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