blob: e26da85b3e582ecc670289b2b0d40466e817ef93 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {},
"paths": {},
"components": {
"schemas": {
"mul": {
"type": "number",
"multipleOf": 5
},
"neq": {
"type": "number",
"not": {
"allOff": [
{
"minimum": 4
},
{
"maximum": 4
}
]
}
}
}
}
}