edge_properties_v3_15.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string",
"default": ""
},
"seam_allowance": {
"type": "number"
},
"finish_effect": {
"type": "string",
"default": "none",
"enum": [
"none",
"flat",
"rounded",
"double_rounded"
]
},
"stitch_construction_type": {
"type": "string",
"default": "flat",
"enum": [
"flat",
"open",
"directional_top",
"directional_bottom"
]
},
"stitch_construction_depth": {
"type": "number"
},
"is_puckering": {
"type": "boolean",
"default": false
},
"puckering_depth": {
"type": "number"
},
"puckering_width": {
"type": "number"
},
"corner_seam_allowance": {
"type": "string",
"description": "This will affect only the end corner point of the edge.",
"enum": [
"overlap1",
"overlap2",
"cover1",
"cover2",
"meet"
]
}
}
}