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