Merge pull request #652 from Mashimiao/defs-add-missing-int64-pointer

defs.json: add misssing int64Pointer
This commit is contained in:
Michael Crosby 2017-01-12 10:21:52 -08:00 committed by GitHub
commit 6ff6acd35b
1 changed files with 10 additions and 0 deletions

View File

@ -56,6 +56,16 @@
}
]
},
"int64Pointer": {
"oneOf": [
{
"$ref": "#/definitions/int64"
},
{
"type": "null"
}
]
},
"uint16Pointer": {
"oneOf": [
{