Skip to content

Commit

Permalink
fix(ci): Add missing file for OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Oct 5, 2023
1 parent 6f320b7 commit 3c941cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/openapi/parameters/ids/geographical-category-id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: geographicalCategoryId
in: path
schema:
type: string
pattern: '^[a-zA-Z0-9]{5}$'
required: true
description: Unique geographical category id

0 comments on commit 3c941cf

Please sign in to comment.