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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,10 @@ Argument | Description | Default Value
59
59
```org.raml.fallback_datetime_to_datetime-only```| if TRUE, value passed to a datetime type will fallback on the datetime-only type and validate accordingly| ```false```
60
60
```org.raml.cast_strings_as_numbers```| if TRUE, will attempt to cast strings as numbers and validate| ```false```
61
61
```org.raml.nillable_types```| if TRUE, makes all types equivalent to type: <code>type: type| nil;</code> | ```false```
62
+
```raml.verifyRaml```|Verify the RAML file for YAML reference abuses | `true`
0 commit comments