Skip to content

Commit

Permalink
commit resolve artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
nielskorporaal committed Jan 27, 2025
1 parent bbcf984 commit 425c7cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specificatie/resolved/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@
"type": "string",
"format": "date",
"example": "1964-09-24"
},
"geslachtsnaam": {
"$ref": "#/components/schemas/GeslachtsnaamFilter"
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions specificatie/resolved/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ components:
type: string
format: date
example: '1964-09-24'
geslachtsnaam:
$ref: '#/components/schemas/GeslachtsnaamFilter'
StraatFilter:
description: |
Een naam die door de gemeente aan een openbare ruimte is gegeven. **Gebruik van de wildcard is toegestaan bij invoer van ten minste 7 letters.** **Zoeken met tekstvelden is case-insensitive.**
Expand Down

0 comments on commit 425c7cf

Please sign in to comment.