VideoRef.schema.json 339 B

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