Skip to content

Commit

Permalink
Fix redocly linting errors and warnings
Browse files Browse the repository at this point in the history
- Create a redocly config
- Turn off license rule
- Add a security policy
- Add tag descriptions

closes #207
closes #206
closes #205
  • Loading branch information
TangoYankee committed Jul 25, 2024
1 parent b406a69 commit 9e4f074
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ info:
version: 0.1.0
servers:
- url: https://zoning.planningdigital.com/api
security: []
tags:
- name: Boroughs
description: An endpoint that returns or is otherwise related to NYC boroughs
- name: Land Uses
description: An endpoint that returns or is otherwise related to land uses
- name: Tax Lots
description: An endpoint that returns or is otherwise related to tax lots
- name: Zoning Districts
description: An endpoint that returns or is otherwise related to zoning districts
- name: GeoJSON
description: An endpoint that returns spatial data in a geojson format
paths:
/agencies:
get:
Expand Down
5 changes: 5 additions & 0 deletions redocly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extends:
- recommended

rules:
info-license: off

0 comments on commit 9e4f074

Please sign in to comment.