blob: c032f204076d52c956ac42a20fb7c309dce2e0b3 [file] [log] [blame]
{
"openapi": "3.0.0",
"info": {
"title": "Generated by cue.",
"version": "no version"
},
"paths": {},
"components": {
"schemas": {
"mul": {
"type": "number",
"multipleOf": 5
},
"neq": {
"type": "number",
"not": {
"allOff": [
{
"minimum": 4
},
{
"maximum": 4
}
]
}
}
}
}
}