diff --git a/maasglobal-reference-schemas/schemas/eg-set.json b/maasglobal-reference-schemas/schemas/eg-set.json index 7c737ff08..59c1dfed9 100644 --- a/maasglobal-reference-schemas/schemas/eg-set.json +++ b/maasglobal-reference-schemas/schemas/eg-set.json @@ -4,7 +4,7 @@ "title": "Set Reference schemas", "description": "Collection of unique items", "definitions": { - "exmapleSet": { + "exampleSet": { "type": "array", "uniqueItems": true, "examples": [[1, 2, 3]],