LicenseRef.schema.json 345 B

123456789101112
  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema",
  3. "$id": "https://joystream.org/LicenseReference.schema.json",
  4. "title": "LicenseReference",
  5. "description": "JSON schema for reference to License entity based on runtime schema",
  6. "anyOf": [
  7. {
  8. "type": "integer",
  9. "minimum": 0
  10. }
  11. ]
  12. }