Sign in
cue
/
cue
/
fa59c10ed84bd24f38777b33d48bca18c0bba050
/
.
/
encoding
/
openapi
/
testdata
/
nums.json
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
}
]
}
}
}
}
}