HttpMediaLocationSchema.json 452 B

123456789101112131415161718
  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. },
  11. {
  12. "name": "port",
  13. "description": "The port to use when connecting to the http url (defaults to 80)",
  14. "required": false,
  15. "property_type": { "Single": "Uint16" }
  16. }
  17. ]
  18. }