Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
38
vendor/github.com/googleapis/gnostic/extensions/sample/x-sampletwo.json
generated
vendored
Normal file
38
vendor/github.com/googleapis/gnostic/extensions/sample/x-sampletwo.json
generated
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"definitions": {
|
||||
"Book": {
|
||||
"type": "object",
|
||||
"id": "x-sampletwo-book",
|
||||
"required": [
|
||||
"code",
|
||||
"message"
|
||||
],
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"message": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Shelf": {
|
||||
"type": "object",
|
||||
"id": "x-sampletwo-shelf",
|
||||
"required": [
|
||||
"foo1",
|
||||
"bar"
|
||||
],
|
||||
"properties": {
|
||||
"foo1": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"bar": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue