Browse Source

update json schema

tags/test-git
haixuantao 10 months ago
parent
commit
cb53fc2c11
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      libraries/core/dora-schema.json

+ 7
- 6
libraries/core/dora-schema.json View File

@@ -102,8 +102,11 @@
},
{
"type": "integer",
"format": "uint64",
"minimum": 0.0
"format": "int64"
},
{
"type": "number",
"format": "double"
},
{
"type": "string"
@@ -127,8 +130,7 @@
"format": "uint",
"minimum": 0.0
}
},
"additionalProperties": true
}
},
"InputMapping": {
"oneOf": [
@@ -367,8 +369,7 @@
"source": {
"type": "string"
}
},
"additionalProperties": true
}
},
"SingleOperatorDefinition": {
"type": "object",


Loading…
Cancel
Save