Created
November 12, 2018 15:27
-
-
Save mattiamanzati/aa3b5ebae44500e7995a3a075788bafa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // OUTPUT | |
| { | |
| "oneOf": [ | |
| { | |
| "properties": {} | |
| } | |
| ], | |
| "title": "Business Boolean", | |
| "description": "Business uses S/N as boolean values instead of 0/1", | |
| "type": "string" | |
| } | |
| // EXPECTED | |
| { | |
| "oneOf": [ | |
| { | |
| "type": "string" | |
| } | |
| ], | |
| "title": "Business Boolean", | |
| "description": "Business uses S/N as boolean values instead of 0/1" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment