proxy.lua 263 B

1234567891011121314151617
  1. return {
  2. uri = "pas:Proxy",
  3. label = "Proxy",
  4. broader = "brick",
  5. properties = {
  6. href = {
  7. label = "Reference",
  8. uri = "pas:href",
  9. type = "resource",
  10. max_cardinality = 1,
  11. },
  12. },
  13. }