Skip to content

Commit

Permalink
Fix faulty conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Apr 23, 2024
1 parent 10dec4f commit 66b6e79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/schemas/veilarboppfolging.asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ channels:
pto.oppfolgingsperiode-v1:
address: pto.oppfolgingsperiode-v1
messages:
subscribe.message:
oppfolgingsperideStartEllerSlutt:
$ref: '#/components/messages/oppfolgingsperiode'
bindings:
kafka:
key: string
format: aktorId
description: Aktør-id
description: Start eller slutt på oppfølgingsperioder
bindings:
kafka:
key:
type: string
format: aktorID
description: Aktør-id

operations:
pto.oppfolgingsperiode-v1.subscribe:
action: send
channel:
$ref: '#/channels/pto.oppfolgingsperiode-v1'
messages:
- $ref: '#/channels/pto.oppfolgingsperiode-v1/messages/subscribe.message'
- $ref: '#/channels/pto.oppfolgingsperiode-v1/messages/oppfolgingsperideStartEllerSlutt'
components:
messages:
oppfolgingsperiode:
Expand Down

0 comments on commit 66b6e79

Please sign in to comment.