Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James McKinney <[email protected]>
  • Loading branch information
duncandewhurst and jpmckinney authored Nov 24, 2023
1 parent 34c6deb commit fbcfc37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions schema/project-level/project-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,13 +1312,12 @@
"title": "Details",
"properties": {
"classifications": {
"title": "Organization classifications",
"description": "The classifications that categorize the organization",
"title": "Classifications",
"description": "The classifications that categorize the organization.",
"type": "array",
"items": {
"$ref": "#/definitions/Classification"
},
"wholeListMerge": true,
"uniqueItems": true,
"minItems": 1
}
Expand Down

0 comments on commit fbcfc37

Please sign in to comment.