Skip to content

Commit a03e656

Browse files
committed
fixing validation errors
1 parent 1baed68 commit a03e656

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

schemas/mathematicalShape/circularFrustum.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "float",
2727
"exclusiveMinimum": 0,
2828
"exclusiveMaximum": 1,
29-
"_instruction": "Enter the ratio of the smaller to the larger base size of this circular frustum.",
29+
"_instruction": "Enter the ratio of the smaller to the larger base size of this circular frustum."
3030
}
3131
}
3232
}

schemas/mathematicalShape/ellipticFrustum.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "float",
2727
"exclusiveMinimum": 0,
2828
"exclusiveMaximum": 1,
29-
"_instruction": "Enter the ratio of the smaller to the larger base size of this elliptic frustum.",
29+
"_instruction": "Enter the ratio of the smaller to the larger base size of this elliptic frustum."
3030
}
3131
}
3232
}

schemas/mathematicalShape/rectangularFrustum.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "float",
2727
"exclusiveMinimum": 0,
2828
"exclusiveMaximum": 1,
29-
"_instruction": "Enter the ratio of the smaller to the larger base size of this rectangular frustum.",
29+
"_instruction": "Enter the ratio of the smaller to the larger base size of this rectangular frustum."
3030
}
3131
}
3232
}

schemas/mathematicalShape/regularPolygon.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"numberOfSides": {
1919
"type": "integer",
2020
"minimum": 3,
21-
"_instruction": "Enter the number of sides of this regular polygon.",
21+
"_instruction": "Enter the number of sides of this regular polygon."
2222
}
2323
}
2424
}

schemas/mathematicalShape/squareFrustum.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "float",
2727
"exclusiveMinimum": 0,
2828
"exclusiveMaximum": 1,
29-
"_instruction": "Enter the ratio of the smaller to the larger base size of this square frustum.",
29+
"_instruction": "Enter the ratio of the smaller to the larger base size of this square frustum."
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)