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