UserDefinedLicenseBatch.schema.json 380 B

12345678910
  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema",
  3. "$id": "https://joystream.org/UserDefinedLicenseBatch.schema.json",
  4. "title": "UserDefinedLicenseBatch",
  5. "description": "JSON schema for batch of entities based on UserDefinedLicense runtime schema",
  6. "type": "array",
  7. "items": {
  8. "$ref": "../entities/UserDefinedLicenseEntity.schema.json"
  9. }
  10. }