Skip to content

Commit

Permalink
defs.json: add misssing int64Pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
  • Loading branch information
Ma Shimiao committed Jan 12, 2017
1 parent aad1f38 commit fa74102
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
Expand Up @@ -56,6 +56,16 @@
}
]
},
"int64Pointer": {
"oneOf": [
{
"$ref": "#/definitions/int64"
},
{
"type": "null"
}
]
},
"uint16Pointer": {
"oneOf": [
{
Expand Down

0 comments on commit fa74102

Please sign in to comment.