Skip to content

Commit

Permalink
Merge pull request #30 from resident-uhlig/master
Browse files Browse the repository at this point in the history
fix: required fields on wrong level in schema
  • Loading branch information
cschneider4711 committed Nov 4, 2023
2 parents 4b28ce4 + fa17a47 commit 8b9218a
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions support/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,32 +685,32 @@
"data_assets_received"
]
}
},
"required": [
"id",
"description",
"type",
"usage",
"used_as_client_by_human",
"out_of_scope",
"size",
"technology",
"internet",
"machine",
"encryption",
"owner",
"confidentiality",
"integrity",
"availability",
"multi_tenant",
"redundant",
"custom_developed_parts",
"data_assets_processed",
"data_assets_stored",
"data_formats_accepted",
"communication_links"
]
}
}
},
"required": [
"id",
"description",
"type",
"usage",
"used_as_client_by_human",
"out_of_scope",
"size",
"technology",
"internet",
"machine",
"encryption",
"owner",
"confidentiality",
"integrity",
"availability",
"multi_tenant",
"redundant",
"custom_developed_parts",
"data_assets_processed",
"data_assets_stored",
"data_formats_accepted",
"communication_links"
]
}
},
"trust_boundaries": {
Expand Down

0 comments on commit 8b9218a

Please sign in to comment.