drawops | items | oneOf | $ref |
---|
#/definitions/ellipse | #/definitions/polygon | #/definitions/polyline | #/definitions/bspline | #/definitions/text | #/definitions/font_style | #/definitions/drawcolor | #/definitions/font | #/definitions/style |
|
---|
|
---|
type | array |
---|
|
---|
style | required | |
---|
type | object |
---|
properties | |
---|
|
---|
font_style | required | |
---|
type | object |
---|
properties | op | |
---|
fontchar | minimum | 0 |
---|
type | integer |
---|
maximum | 127 |
---|
|
---|
|
---|
|
---|
polygon | required | |
---|
type | object |
---|
properties | points | $ref | #/definitions/pointlist |
---|
|
---|
op | |
---|
|
---|
|
---|
metanode | required | |
---|
type | object |
---|
properties | _draw_ | $ref | #/definitions/drawops |
---|
|
---|
name | type | string |
---|
description | The node or subgraph name |
---|
|
---|
_ldraw_ | $ref | #/definitions/drawops |
---|
|
---|
_gvid | |
---|
subgraphs | items | |
---|
type | array |
---|
description | index of a child subgraph |
---|
|
---|
edges | items | |
---|
type | array |
---|
description | index of an edge in this subgraph |
---|
|
---|
additionalProperties | |
---|
nodes | items | |
---|
type | array |
---|
description | index of a node in this subgraph |
---|
|
---|
|
---|
title | node or subgraph |
---|
|
---|
color | pattern | (#[0-9a-f]*)|(#[0-9a-f]{8}) |
---|
type | string |
---|
|
---|
text | required | |
---|
type | object |
---|
properties | |
---|
|
---|
point | minItems | 2 |
---|
items | |
---|
type | array |
---|
maxItems | 2 |
---|
|
---|
stop | required | |
---|
type | object |
---|
properties | |
---|
|
---|
drawcolor | required | |
---|
type | object |
---|
properties | p0 | oneOf | $ref |
---|
#/definitions/point | #/definitions/point3 |
|
---|
|
---|
p1 | oneOf | $ref |
---|
#/definitions/point | #/definitions/point3 |
|
---|
|
---|
color | |
---|
stops | |
---|
grad | |
---|
op | |
---|
|
---|
|
---|
ellipse | required | |
---|
type | object |
---|
properties | rect | $ref | #/definitions/rectangle |
---|
|
---|
op | |
---|
|
---|
|
---|
bspline | required | |
---|
type | object |
---|
properties | points | $ref | #/definitions/pointlist |
---|
|
---|
op | |
---|
|
---|
|
---|
edge | required | |
---|
type | object |
---|
properties | _hldraw_ | $ref | #/definitions/drawops |
---|
|
---|
_tdraw_ | $ref | #/definitions/drawops |
---|
|
---|
_draw_ | $ref | #/definitions/drawops |
---|
|
---|
_ldraw_ | $ref | #/definitions/drawops |
---|
|
---|
_gvid | |
---|
tail | type | integer |
---|
description | _gvid of tail node |
---|
|
---|
_tldraw_ | $ref | #/definitions/drawops |
---|
|
---|
_hdraw_ | $ref | #/definitions/drawops |
---|
|
---|
additionalProperties | |
---|
head | type | integer |
---|
description | _gvid of tail head |
---|
|
---|
|
---|
title | edge |
---|
|
---|
polyline | required | |
---|
type | object |
---|
properties | points | $ref | #/definitions/pointlist |
---|
|
---|
op | |
---|
|
---|
|
---|
font | required | |
---|
type | object |
---|
properties | |
---|
|
---|
point3 | minItems | 3 |
---|
items | |
---|
type | array |
---|
maxItems | 3 |
---|
|
---|
rectangle | minItems | 4 |
---|
items | |
---|
type | array |
---|
maxItems | 4 |
---|
|
---|
pointlist | |
---|