Skip to content

Commit

Permalink
fix integrity-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Dec 6, 2024
1 parent 70dcb92 commit 6b234b7
Showing 1 changed file with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,25 @@
}
}
},
"confidentiality-ext": {
"confidentiality-ext": {
"anyOf": [
{
"required": [
"information_type",
"loss_type"
]
},
{
"required": [
"loss_type"
],
"properties": {
"loss_type": {
"const": "none"
}
}
}
],
"properties": {
"information_type": {
"type": "string",
Expand Down Expand Up @@ -176,7 +194,7 @@
"alteration"
],
"properties": {
"loss_type": {
"alteration": {
"const": "none"
}
}
Expand Down

0 comments on commit 6b234b7

Please sign in to comment.