bioc.json 801 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "bpmn.io colors for BPMN",
  3. "uri": "http://bpmn.io/schema/bpmn/biocolor/1.0",
  4. "prefix": "bioc",
  5. "types": [
  6. {
  7. "name": "ColoredShape",
  8. "extends": [ "bpmndi:BPMNShape" ],
  9. "properties": [
  10. {
  11. "name": "stroke",
  12. "isAttr": true,
  13. "type": "String"
  14. },
  15. {
  16. "name": "fill",
  17. "isAttr": true,
  18. "type": "String"
  19. }
  20. ]
  21. },
  22. {
  23. "name": "ColoredEdge",
  24. "extends": [ "bpmndi:BPMNEdge" ],
  25. "properties": [
  26. {
  27. "name": "stroke",
  28. "isAttr": true,
  29. "type": "String"
  30. },
  31. {
  32. "name": "fill",
  33. "isAttr": true,
  34. "type": "String"
  35. }
  36. ]
  37. }
  38. ],
  39. "enumerations": [],
  40. "associations": []
  41. }