NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

Open API: Document an endpoint to return commitments associated with a capital project #239

Closed TangoYankee closed 4 months ago

TangoYankee commented 4 months ago

Description

Create an endpoint to return commitments associated with a capital project

Acceptance criteria

Helpful Code Snippet

/zoning-districts/{id}/classes

Related tickets

blocked by #232, #235

TangoYankee commented 4 months ago

@horatiorosa I noticed yesterday that the required field on the capital commitment schema is indented one level too much. Could you reduce the indenting one level as part of this ticket? It's relevant because it's the schema that will be returned by this endpoint.

Experimental branch misc-corrections illustrates the change.