From 287b5bf66def06c9fb3639900ec523615f7716d3 Mon Sep 17 00:00:00 2001 From: Benoit Moriceau Date: Mon, 13 Jun 2022 12:57:45 -0700 Subject: [PATCH] fix stream descriptor typo (#13726) --- .../src/main/resources/types/StreamDescriptor.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-config/config-models/src/main/resources/types/StreamDescriptor.yaml b/airbyte-config/config-models/src/main/resources/types/StreamDescriptor.yaml index 41c5793883bec..7f54177a564ff 100644 --- a/airbyte-config/config-models/src/main/resources/types/StreamDescriptor.yaml +++ b/airbyte-config/config-models/src/main/resources/types/StreamDescriptor.yaml @@ -10,7 +10,7 @@ additionalProperties: false properties: name: description: Stream name - type: String + type: string namespace: description: Stream namespace - type: String + type: string