diff --git a/versions/3.0.4.md b/versions/3.0.4.md index 951b89382c..424f6d6bfc 100644 --- a/versions/3.0.4.md +++ b/versions/3.0.4.md @@ -2662,7 +2662,7 @@ The following keywords are taken directly from the JSON Schema definition and fo The following keywords are taken from the JSON Schema definition but their definitions were adjusted to the OpenAPI Specification. -* type - Value MUST be a string. Multiple types via an array are not supported. +* type - Value MUST be a string. Multiple types via an array are not supported. `type: "integer"` is supported as a shortcut for `type: "number", multipleOf: 1`. * allOf - Inline or referenced schema MUST be of a [Schema Object](#schema-object) and not a standard JSON Schema. * oneOf - Inline or referenced schema MUST be of a [Schema Object](#schema-object) and not a standard JSON Schema. * anyOf - Inline or referenced schema MUST be of a [Schema Object](#schema-object) and not a standard JSON Schema.