diff --git a/schemas/numeric.json b/schemas/numeric.json index 9f9b264..5074e3e 100644 --- a/schemas/numeric.json +++ b/schemas/numeric.json @@ -82,18 +82,14 @@ "enum": ["int"] }, { - "type": "array", - "items": { - "type": "object", - "properties": { - "size": { - "type": "number" - } - }, - "required": ["size"], - "additionalProperties": false + "type": "object", + "properties": { + "size": { + "type": "number" + } }, - "additionalItems": false + "required": ["size"], + "additionalProperties": false } ], "additionalItems": false @@ -106,18 +102,14 @@ "enum": ["lint"] }, { - "type": "array", - "items": { - "type": "object", - "properties": { - "size": { - "type": "number" - } - }, - "required": ["size"], - "additionalProperties": false + "type": "object", + "properties": { + "size": { + "type": "number" + } }, - "additionalItems": false + "required": ["size"], + "additionalProperties": false } ], "additionalItems": false