Sign in
apache
/
airflow-on-k8s-operator
/
3b5e9536044ba7c49fdbb743d186e9488fc63ab6
/
.
/
vendor
/
github.com
/
googleapis
/
gnostic
/
examples
/
v2.0
/
json
/
petstore-separate
/
spec
/
NewPet.json
blob: 9104f7f68a00adb250c8d1d31ba8f0cc9718f9d4 [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"allOf"
:
[
{
"$ref"
:
"Pet.json"
},
{
"required"
:
[
"name"
],
"properties"
:
{
"description"
:
{
"type"
:
"integer"
,
"format"
:
"int64"
}
}
}
]
}