Skip to content

Commit

Permalink
fix: add missing title to ProjectsV2Item
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 8, 2022
1 parent f80af8d commit c54a36e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"updated_at": { "type": "string", "format": "date-time" },
"archived_at": { "type": ["string", "null"], "format": "date-time" }
},
"additionalProperties": false
"additionalProperties": false,
"title": "Projects v2 Item"
}

0 comments on commit c54a36e

Please sign in to comment.