You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ By convention, it is RECOMMENDED that the OpenAPI Specification (OAS) file be na
139
139
140
140
Primitive data types in the OAS are based on the types supported by the [JSON Schema Specification Wright Draft 00](https://tools.ietf.org/html/draft-wright-json-schema-00#section-4.2).
141
141
Note that `integer` as a type is also supported and is defined as a JSON number without a fraction or exponent part.
142
-
`null` is not supported as a value.
142
+
`null` is not supported as a type (see [`nullable`](#schemaNullable) for an alternative solution).
143
143
Models are described using the [Schema Object](#schemaObject) which is an extended subset of JSON Schema Specification Wright Draft 00.
144
144
145
145
<aname="dataTypeFormat"></a>Primitives have an optional modifier property: `format`.
0 commit comments