This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update json schema
tags/test-git
haixuantao
10 months ago
parent
94e3a93f15
commit
cb53fc2c11
1 changed files
with
7 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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",
Write
Preview
Loading…
Cancel
Save