Skip to content

Commit

Permalink
Merge pull request #652 from Mashimiao/defs-add-missing-int64-pointer
Browse files Browse the repository at this point in the history
defs.json: add misssing int64Pointer
crosbymichael authored Jan 12, 2017
2 parents abfa798 + fa74102 commit 6ff6acd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schema/defs.json
Original file line number Diff line number Diff line change
@@ -56,6 +56,16 @@
}
]
},
"int64Pointer": {
"oneOf": [
{
"$ref": "#/definitions/int64"
},
{
"type": "null"
}
]
},
"uint16Pointer": {
"oneOf": [
{

0 comments on commit 6ff6acd

Please sign in to comment.