Skip to content

Instantly share code, notes, and snippets.

@mattiamanzati
Created November 12, 2018 15:27
Show Gist options
  • Select an option

  • Save mattiamanzati/aa3b5ebae44500e7995a3a075788bafa to your computer and use it in GitHub Desktop.

Select an option

Save mattiamanzati/aa3b5ebae44500e7995a3a075788bafa to your computer and use it in GitHub Desktop.
// 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