fix: dtxp type correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2023-02-25 17:21:46 +05:30
parent 8a1036b237
commit 4770210568
2 changed files with 46 additions and 20 deletions

View File

@@ -8507,10 +8507,30 @@
"type": "string"
},
"dtxp": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "null"
}
]
},
"dtxs": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "null"
}
]
},
"au": {
"type": "boolean"
@@ -10291,6 +10311,9 @@
{
"type": "string"
},
{
"type": "number"
},
{
"type": "null"
}
@@ -10301,6 +10324,9 @@
{
"type": "string"
},
{
"type": "number"
},
{
"type": "null"
}