PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Correct required fields in our API specification #988

Closed slifty closed 4 months ago

slifty commented 4 months ago

This PR corrects our API specification so that a series of fields are properly marked as required. This should simplify API client interactions since they dont have to handle both the empty AND non-empty cases.

Resolves #987

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.73%. Comparing base (a42c35e) to head (c4a3cbf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #988 +/- ## ======================================= Coverage 88.73% 88.73% ======================================= Files 127 127 Lines 1722 1722 Branches 209 215 +6 ======================================= Hits 1528 1528 + Misses 194 179 -15 - Partials 0 15 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.