{ | |
"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 | |
} | |
] | |
} | |
} | |
} | |
} | |
} |