diff --git a/td.vue/src/service/schema/threat-model-schema.V2.js b/td.vue/src/service/schema/threat-model-schema.V2.js index 02cac6bf4..f29d761a1 100644 --- a/td.vue/src/service/schema/threat-model-schema.V2.js +++ b/td.vue/src/service/schema/threat-model-schema.V2.js @@ -393,11 +393,11 @@ export const schema = { 'properties': { 'x': { 'description': 'The horizontal value of the curve point', - 'type': 'integer' + 'type': 'number' }, 'y': { 'description': 'The vertical value of the curve point', - 'type': 'integer' + 'type': 'number' } }, 'required': [ 'x', 'y' ]