Sign in
cue
/
cue
/
57d67511e07967fcbfefe692d98b1486bf37927f
/
.
/
encoding
/
openapi
/
testdata
/
nums.json
blob: 69874fe7622da4f221a2288b810c7be8f7368343 [
file
] [
log
] [
blame
]
{
"openapi"
:
"3.0.0"
,
"info"
:
{},
"components"
:
{
"schemas"
:
{
"mul"
:
{
"type"
:
"number"
,
"multipleOf"
:
5
},
"neq"
:
{
"type"
:
"number"
,
"not"
:
{
"allOff"
:
[
{
"minimum"
:
4
},
{
"maximum"
:
4
}
]
}
}
}
}
}