Skip to content

Commit

Permalink
Remove redundant labels from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusjeJuijn committed Sep 19, 2024
1 parent 939371e commit 88990c1
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,27 +118,26 @@
},
"publication_category":{
"type": "string",
"description": "Publication category of the algorithm",
"description": "Publication category of the system",
"enum": [
"impactvol algoritme",
"niet-impactvol algoritme",
"hoog-risico AI",
"geen hoog-risico AI",
"verboden AI",
"uitzonderingsgrond: AI-verordening niet van toepassing"
"verboden AI"
]
},
"systemic_risk":{
"type": "string",
"description": "Whether the AI is classified as having a systemic risk",
"description": "Whether the system is classified as having a systemic risk",
"enum": [
"systeemrisico",
"geen systeemrisico"
]
},
"transparency_obligations":{
"type": "string",
"description": "Whether the AI faces transparency obligations.",
"description": "Whether the system faces transparency obligations.",
"enum": [
"transparantieverplichtingen",
"geen transparantieverplichtingen"
Expand Down

0 comments on commit 88990c1

Please sign in to comment.