The schema I’m testing includes the reserved keyword type. How do I escape so that it’s not giving me an error when comparing the json schema with the api response?
eg:
“type”: {
“type”:“string”
},
The schema I’m testing includes the reserved keyword type. How do I escape so that it’s not giving me an error when comparing the json schema with the api response?
eg:
“type”: {
“type”:“string”
},