Skip to content

Commit

Permalink
systemcard path and required updated based on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ravimeijerrig committed Jun 26, 2024
1 parent 9e02a4c commit 96c9449
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
24 changes: 12 additions & 12 deletions instruments/technical_docs_for_high_risk_ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "DPIA vraag 4"}, {"urn": "urn:nl:aivt:ir:1.0:1.2.1"}, {"text": "system_card0.1a4: goal_and_impact"}] #TO DO: find a way to link to specific system card fields
links: [ {"text": "DPIA vraag 4"}, {"urn": "urn:nl:aivt:ir:1.0:1.2.1"}, {"systemcard_path": ".goal_and_impact", "version": ">0.1a1"}] #TO DO: find a way to link to specific system card fields
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -45,7 +45,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "system_card0.1a4: organization"}, {"text": "system_card0.1a4: external_providers"}]
links: [{"systemcard_path": ".organization", "version": ">0.1a1"}, {"systemcard_path": ".external_providers", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand Down Expand Up @@ -145,7 +145,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [{"text": "system_card0.1a4: description"}]
links: [{"systemcard_path": ".description", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -157,7 +157,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [{"text": "system_card0.1a4: description"}]
links: [{"systemcard_path": ".description", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -169,7 +169,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [{"text": "model card: task_type"}]
links: [ {"systemcard_path": "./models//task_type", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -181,7 +181,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [{"text": "model card: metrics"}]
links: [{"systemcard_path": "./models//metrics", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -205,7 +205,7 @@ tasks:
type: ["upload_document", "open_question"]
suggested_roles: [ ]
lifecycle: [ ]
links: [{"text": "system_card0.1a4: external_providers"}]
links: [{"systemcard_path": ".external_providers", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -229,7 +229,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "model card: metrics"}, {"text": "system_card0.1a4: used_data"}]
links: [ {"systemcard_path": "./models//metrics", "version": ">0.1a1"}, {"systemcard_path": ".used_data", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -241,7 +241,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "system_card0.1a4: human_intervention"} ]
links: [ {"systemcard_path": ".human_intervention", "version": ">0.1a1"} ]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand Down Expand Up @@ -277,7 +277,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "model card: metrics"}]
links: [ {"systemcard_path": "./models//metrics", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
- question: "Beschrijf de gehanteerde cyberbeveilighingsmaatregelen."
Expand Down Expand Up @@ -312,7 +312,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "model card: metrics"}]
links: [ {"systemcard_path": "./models//metrics", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand All @@ -324,7 +324,7 @@ tasks:
type: "open_question"
suggested_roles: [ ]
lifecycle: [ ]
links: [ {"text": "system_card0.1a4: risk_management"} ]
links: [ {"systemcard_path": ".risk_management", "version": ">0.1a1"}]
required: [ ]
depends_on: [ ]
template: *assessmentcard_template
Expand Down
21 changes: 7 additions & 14 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
"open_question",
"closed_question",
"sign_task",
"sign_task",
"upload_document"
]
},
Expand Down Expand Up @@ -178,18 +177,12 @@
},
"required": {
"description": "Whether the task is required to be done",
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"urn": {
"type": "string"
}
}
}
"type": "string",
"enum": [
"mandatory",
"conditional",
"optional"
]
},
"depends_on": {
"description": "Specific tasks that are required to be completed before this current task",
Expand Down Expand Up @@ -248,7 +241,7 @@
"suggested_roles",
"lifecycle",
"links",
"requirements",
"required",
"template"
]
}
Expand Down

0 comments on commit 96c9449

Please sign in to comment.