diff --git a/schema/parameter.json b/schema/parameter.json index 1344efe..68b821c 100755 --- a/schema/parameter.json +++ b/schema/parameter.json @@ -14,7 +14,7 @@ "properties": { "@id": { "type": "string" }, "@type": { "type": "string" }, - "number": { "type": "number" }, + "number": { "type": "string" }, "unit": { "type": "string" } } }