MediaLocationSchema.json 555 B

1234567891011121314151617
  1. {
  2. "className": "MediaLocation",
  3. "newProperties": [
  4. {
  5. "name": "httpMediaLocation",
  6. "description": "A reference to HttpMediaLocation",
  7. "required": false,
  8. "property_type": { "Single": { "Reference": { "className": "HttpMediaLocation", "sameOwner": true } } }
  9. },
  10. {
  11. "name": "joystreamMediaLocation",
  12. "description": "A reference to JoystreamMediaLocation",
  13. "required": false,
  14. "property_type": { "Single": { "Reference": { "className": "JoystreamMediaLocation", "sameOwner": true } } }
  15. }
  16. ]
  17. }