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: CONTRIBUTING.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,11 @@ Plus some suggestions, rather than rules:
214
214
* property of a "plain" JSON object that is not an OpenAPI-defined Foo Object -> "property"
215
215
* "attribute" is only used in the XML context and means "XML attribute"
216
216
217
+
### Field Names and Values in YAML comments
218
+
219
+
Field names and entries such as content types should be in backticks, they would be fixed-width fonts if the markdown was rendered (which the comments are not).
220
+
Values like "Dog" should be double quoted as they are a value rather than a keyword.
0 commit comments