1234567891011121314151617181920212223242526 |
- {
- "types": {
- "Note": [
- {
- "name": "text",
- "type": "code",
- "default": ""
- },
- {
- "name": "color",
- "type": "string",
- "default": "yellow"
- }
- ]
- },
- "constraints": [],
- "actions": [],
- "cardinalities": {
- "Note": []
- },
- "legalConnections": {},
- "connectorTypes": {},
- "types2parentTypes": {
- "Note": []
- }
- }
|