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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Additional utilities can also take advantage of the resulting files, such as tes
27
27
- [Format](#format)
28
28
- [File Structure](#fileStructure)
29
29
- [Data Types](#dataTypes)
30
+
- [Rich Text Formatting](#richText)
30
31
- [Relative References In URLs](#relativeReferences)
31
32
- [Schema](#schema)
32
33
- [OpenAPI Object](#oasObject)
@@ -165,6 +166,10 @@ date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.
165
166
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
166
167
password | `string` | `password` | Used to hint UIs the input needs to be obscured.
167
168
169
+
### <aname="richText"></a>Rich Text Formatting
170
+
Throughout the specification `description` fields are noted as supporting CommonMark markdown formatting.
171
+
OpenAPI compliant tooling MUST support [CommonMark 0.27](http://spec.commonmark.org/0.27/).
172
+
168
173
### <aname="relativeReferences"></a>Relative References in URLs
169
174
170
175
Unless specified otherwise, all properties that are URLs MAY be relative references as defined by [RFC 3986](https://tools.ietf.org/html/rfc3986#section-4.2).
0 commit comments