Skip to content

Commit

Permalink
Merge pull request #175 from openconnectivityfoundation/Bug-3439---DA…
Browse files Browse the repository at this point in the history
…LI-resource

Bug 3439 - DALI resource add uint8
  • Loading branch information
marktrayer authored Jan 6, 2021
2 parents 9e1fce1 + b05fc89 commit 3f36c25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/oic.types-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"type": "string",
"pattern": "^[A-Za-z]{1,8}(-[A-Za-z0-9]{1,8})*$"
},
"uint8": {
"description": "A integer that can be represented as a Byte. an array of uint8 can be represented in CBOR as Major type 2",
"type": "integer",
"minimum": 0,
"maximum": 255
},
"int64": {
"description": "A string instance is valid against this attribute if it contains an integer in the range [-(2**63), (2**63)-1]",
"type": "string",
Expand Down

0 comments on commit 3f36c25

Please sign in to comment.