Skip to content

Commit

Permalink
fix: Debug core sdk issue 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Aug 21, 2024
1 parent a2b2a91 commit 19abb10
Showing 1 changed file with 10 additions and 88 deletions.
98 changes: 10 additions & 88 deletions src/openrpc/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,98 +719,20 @@
"components": {
"schemas": {
"Resolution": {
"oneOf": [
"type": "array",
"items": [
{
"type": "array",
"items": [
{
"type": "integer",
"const": 720,
"description": "Width in pixels"
},
{
"type": "integer",
"const": 480,
"description": "Height in pixels"
}
],
"additionalItems": false,
"minItems": 2,
"maxItems": 2
},
{
"type": "array",
"items": [
{
"type": "integer",
"const": 720,
"description": "Width in pixels"
},
{
"type": "integer",
"const": 576,
"description": "Height in pixels"
}
],
"additionalItems": false,
"minItems": 2,
"maxItems": 2
},
{
"type": "array",
"items": [
{
"type": "integer",
"const": 1280,
"description": "Width in pixels"
},
{
"type": "integer",
"const": 720,
"description": "Height in pixels"
}
],
"additionalItems": false,
"minItems": 2,
"maxItems": 2
"type": "integer",
"description": "Width in pixels"
},
{
"type": "array",
"items": [
{
"type": "integer",
"const": 1920,
"description": "Width in pixels"
},
{
"type": "integer",
"const": 1080,
"description": "Height in pixels"
}
],
"additionalItems": false,
"minItems": 2,
"maxItems": 2
},
{
"type": "array",
"items": [
{
"type": "integer",
"const": 3840,
"description": "Width in pixels"
},
{
"type": "integer",
"const": 2160,
"description": "Height in pixels"
}
],
"additionalItems": false,
"minItems": 2,
"maxItems": 2
"type": "integer",
"description": "Height in pixels"
}
]
],
"additionalItems": false,
"minItems": 2,
"maxItems": 2
},
"NetworkType": {
"title": "NetworkType",
Expand Down

0 comments on commit 19abb10

Please sign in to comment.