diff --git a/provider/dockless/status_changes.json b/provider/dockless/status_changes.json index f1d1bc42..8a309f06 100644 --- a/provider/dockless/status_changes.json +++ b/provider/dockless/status_changes.json @@ -180,9 +180,9 @@ "type": "string", "title": "The MDS Provider version this data represents", "examples": [ - "0.3.0" + "0.4.0" ], - "pattern": "^0\\.3\\.[0-9]+$" + "pattern": "^0\\.4\\.[0-9]+$" }, "uuid": { "$id": "#/definitions/uuid", @@ -422,4 +422,4 @@ } }, "additionalProperties": false -} +} \ No newline at end of file diff --git a/provider/dockless/trips.json b/provider/dockless/trips.json index 6660e739..f4ba1960 100644 --- a/provider/dockless/trips.json +++ b/provider/dockless/trips.json @@ -211,9 +211,9 @@ "type": "string", "title": "The MDS Provider version this data represents", "examples": [ - "0.3.0" + "0.4.0" ], - "pattern": "^0\\.3\\.[0-9]+$" + "pattern": "^0\\.4\\.[0-9]+$" }, "uuid": { "$id": "#/definitions/uuid", diff --git a/schema/templates/common.json b/schema/templates/common.json index dad3d085..22df9981 100644 --- a/schema/templates/common.json +++ b/schema/templates/common.json @@ -9,9 +9,9 @@ "type": "string", "title": "The MDS Provider version this data represents", "examples": [ - "0.3.0" + "0.4.0" ], - "pattern": "^0\\.3\\.[0-9]+$" + "pattern": "^0\\.4\\.[0-9]+$" }, "uuid": { "$id": "#/definitions/uuid",