Skip to content

Commit

Permalink
Make display name required for platform managed team info
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Jan 16, 2024
1 parent 3949a51 commit 48a102f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v1/platform-managed-team-info.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"additionalProperties": false,
"required": [
"section_code"
"section_code",
"display_name"
],
"properties": {
"section_code": {
Expand Down

0 comments on commit 48a102f

Please sign in to comment.