anything.yml 813 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ---
  2. label: Anything
  3. description: Superclass of every resource type in the system.
  4. abstract: true
  5. properties:
  6. "pas:id":
  7. label: DRS ID
  8. type: string
  9. min_cardinality: 1
  10. max_cardinality: 1
  11. "pas:refId":
  12. label: DRS ID
  13. type: string
  14. max_cardinality: 1
  15. "pas:prefLabel":
  16. label: Preferred Label
  17. type: string
  18. max_cardinality: 1
  19. "pas:altLabel":
  20. label: Alternative Label
  21. type: string
  22. "pas:created":
  23. label: Created On
  24. type: timestamp
  25. min_cardinality: 1
  26. max_cardinality: 1
  27. "pas:updated":
  28. label: Last Updated On
  29. type: timestamp
  30. min_cardinality: 1
  31. max_cardinality: 1
  32. "pas:createdBy":
  33. label: Created By
  34. type: rel
  35. range: ["pas:Agent"]
  36. "pas:updatedBy":
  37. label: Last Updated By
  38. type: rel
  39. range: ["pas:Agent"]