anything.yml 806 B

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