Schema status_node
Schema type
Schema attrs
|
|
|
|
Diagram
|
|
Type |
object |
Properties
|
|
Additional Properties |
false |
Used by
|
|
Source
|
"attrs": {
"type": "object",
"additionalProperties": false,
"required": [
"text",
"color"
],
"properties": {
"text": {
"type": "string",
"minLength": 1
},
"color": {
"enum": [
"red",
"green",
"blue",
"yellow",
"neutral",
"purple"
]
},
"localId": {"type": "string"},
"style": {"type": "string"}
}
}
|
|
|
|
|
|
|
Schema text
Schema color
Schema localId
Schema style
|
|