removedInput schema / properties / constraint / description
Removed value: -"The constraint to append."
removedInput schema / properties / constraint / properties
Removed value: -{
- "entities": {
- "description": "Ids of the entities the constraint relates.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "type": {
- "enum": [
- "COINCIDENT",
- "DISTANCE",
- "HORIZONTAL",
- "VERTICAL",
- "PARALLEL",
- "PERPENDICULAR",
- "EQUAL_LENGTH",
- "TANGENT",
- "RADIUS",
- "ANGLE",
- "CONCENTRIC",
- "SYMMETRIC"
- ],
- "type": "string"
- },
- "value": {
- "description": "Required for DISTANCE, RADIUS, and ANGLE.",
- "type": "number"
- }
-}
removedInput schema / properties / constraint / required
Removed value: -[
- "id",
- "type",
- "entities"
-]
removedInput schema / properties / constraints / description
Removed value: -"Existing constraint list to append to (omit for an empty list)."
removedInput schema / properties / constraints / items / properties
Removed value: -{
- "entities": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "type": {
- "enum": [
- "COINCIDENT",
- "DISTANCE",
- "HORIZONTAL",
- "VERTICAL",
- "PARALLEL",
- "PERPENDICULAR",
- "EQUAL_LENGTH",
- "TANGENT",
- "RADIUS",
- "ANGLE",
- "CONCENTRIC",
- "SYMMETRIC"
- ],
- "type": "string"
- },
- "value": {
- "type": "number"
- }
-}
removedInput schema / properties / constraints / items / required
Removed value: -[
- "id",
- "type",
- "entities"
-]