HttpMediaLocationSchema.json 578 B

1234567891011121314151617181920
  1. {
  2. "className": "HttpMediaLocation",
  3. "newProperties": [
  4. {
  5. "name": "url",
  6. "description": "The http url pointing to the media",
  7. "required": true,
  8. "unique": false,
  9. "property_type": { "Single": { "Text": 256 } },
  10. "locking_policy": { "is_locked_from_controller": true }
  11. },
  12. {
  13. "name": "port",
  14. "description": "The port to use when connecting to the http url (defaults to 80)",
  15. "required": false,
  16. "property_type": { "Single": "Uint16" },
  17. "locking_policy": { "is_locked_from_controller": true }
  18. }
  19. ]
  20. }