StickyNote.metamodel 342 B

1234567891011121314151617181920212223242526
  1. {
  2. "types": {
  3. "Note": [
  4. {
  5. "name": "text",
  6. "type": "code",
  7. "default": ""
  8. },
  9. {
  10. "name": "color",
  11. "type": "string",
  12. "default": "yellow"
  13. }
  14. ]
  15. },
  16. "constraints": [],
  17. "actions": [],
  18. "cardinalities": {
  19. "Note": []
  20. },
  21. "legalConnections": {},
  22. "connectorTypes": {},
  23. "types2parentTypes": {
  24. "Note": []
  25. }
  26. }