Skip to content

Commit

Permalink
chore: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nielskorporaal committed Jan 30, 2025
2 parents 538f4b2 + 2454478 commit c84885d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions specificatie/brp-api/gezag/gezagsrelatie-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.1.0
info:
title: gezag type definitie
title: gezagsrelatie type definitie
version: 2.0.0
paths: {}
components:
Expand Down Expand Up @@ -80,11 +80,12 @@ components:
- type: object
properties:
toelichting:
$ref: 'toelichting-v1.yaml#/components/schemas/Toelichting'
$ref: '../../gezag/toelichting-v1.yaml#/components/schemas/Toelichting'

GezagNietTeBepalen:
allOf:
- $ref: '#/components/schemas/AbstractGezagsrelatie'
- type: object
properties:
toelichting:
$ref: 'toelichting-v1.yaml#/components/schemas/Toelichting'
$ref: '../../gezag/toelichting-v1.yaml#/components/schemas/Toelichting'

0 comments on commit c84885d

Please sign in to comment.