Skip to content

Commit

Permalink
update schema with description
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiluk committed Oct 27, 2024
1 parent ad3d7d3 commit 2b891bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema/oedp.annotation.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"tools": {
"type": "array",
"description": "Tools used for the model's data annotation",
"items": {
"$ref": "https://openethics.ai/schema/oedp.labeling_tool.schema.json"
}
Expand Down
1 change: 1 addition & 0 deletions schema/oedp.labeler.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
},
"tools": {
"type": "array",
"description": "Labeling tools that the labeler has experience with",
"items": {
"$ref": "https://openethics.ai/schema/oedp.labeling_tool.schema.json"
}
Expand Down

0 comments on commit 2b891bc

Please sign in to comment.