diff --git a/schemas/shipyard-v1.0-draft.json b/schemas/shipyard-v1.0-draft.json index bbba0c1..ec4f9d1 100644 --- a/schemas/shipyard-v1.0-draft.json +++ b/schemas/shipyard-v1.0-draft.json @@ -55,9 +55,10 @@ "minLength" : 1 }, "fdId": { - "type" : "string", - "minLength" : 1 - } + "type" : "number", + "multipleOf" : 1.0, + "minimum": 1 + } } } ]