Skip to content

Commit

Permalink
change schema
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Sep 25, 2024
1 parent db6dd5f commit 215ab77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 75 deletions.
45 changes: 7 additions & 38 deletions docs/docs/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@
},
"type": {
"const": "helm-app",
"enum": [
"helm-app"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -516,11 +512,7 @@
},
"type": {
"const": "kafka-sink-connector",
"enum": [
"kafka-sink-connector"
],
"title": "Type",
"type": "string"
"title": "Type"
}
},
"required": [
Expand Down Expand Up @@ -615,11 +607,7 @@
},
"type": {
"const": "kafka-source-connector",
"enum": [
"kafka-source-connector"
],
"title": "Type",
"type": "string"
"title": "Type"
}
},
"required": [
Expand Down Expand Up @@ -903,11 +891,7 @@
},
"type": {
"const": "producer-app",
"enum": [
"producer-app"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -936,7 +920,6 @@
},
"ProducerAppV2": {
"additionalProperties": true,
"deprecated": true,
"description": "Producer component.\nThis producer holds configuration to use as values for the streams-bootstrap producer Helm chart. Note that the producer does not support error topics.",
"properties": {
"from": {
Expand Down Expand Up @@ -994,11 +977,7 @@
},
"type": {
"const": "producer-app-v2",
"enum": [
"producer-app-v2"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -1344,11 +1323,7 @@
},
"type": {
"const": "streams-app",
"enum": [
"streams-app"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -1377,7 +1352,6 @@
},
"StreamsAppV2": {
"additionalProperties": true,
"deprecated": true,
"description": "StreamsAppV2 component that configures a streams-bootstrap-v2 app.",
"properties": {
"from": {
Expand Down Expand Up @@ -1442,11 +1416,7 @@
},
"type": {
"const": "streams-app-v2",
"enum": [
"streams-app-v2"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -1711,7 +1681,6 @@
},
"StreamsBootstrapV2": {
"additionalProperties": true,
"deprecated": true,
"description": "Base for components with a streams-bootstrap-v2 Helm chart.",
"properties": {
"from": {
Expand Down
44 changes: 7 additions & 37 deletions docs/docs/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@
},
"type": {
"const": "helm-app",
"enum": [
"helm-app"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -342,11 +338,7 @@
},
"type": {
"const": "kafka-sink-connector",
"enum": [
"kafka-sink-connector"
],
"title": "Type",
"type": "string"
"title": "Type"
}
},
"required": [
Expand Down Expand Up @@ -441,11 +433,7 @@
},
"type": {
"const": "kafka-source-connector",
"enum": [
"kafka-source-connector"
],
"title": "Type",
"type": "string"
"title": "Type"
}
},
"required": [
Expand Down Expand Up @@ -563,11 +551,7 @@
},
"type": {
"const": "producer-app",
"enum": [
"producer-app"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -596,7 +580,6 @@
},
"ProducerAppV2": {
"additionalProperties": true,
"deprecated": true,
"description": "Producer component.\nThis producer holds configuration to use as values for the streams-bootstrap producer Helm chart. Note that the producer does not support error topics.",
"properties": {
"from": {
Expand Down Expand Up @@ -654,11 +637,7 @@
},
"type": {
"const": "producer-app-v2",
"enum": [
"producer-app-v2"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -1004,11 +983,7 @@
},
"type": {
"const": "streams-app",
"enum": [
"streams-app"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down Expand Up @@ -1037,7 +1012,6 @@
},
"StreamsAppV2": {
"additionalProperties": true,
"deprecated": true,
"description": "StreamsAppV2 component that configures a streams-bootstrap-v2 app.",
"properties": {
"from": {
Expand Down Expand Up @@ -1102,11 +1076,7 @@
},
"type": {
"const": "streams-app-v2",
"enum": [
"streams-app-v2"
],
"title": "Type",
"type": "string"
"title": "Type"
},
"values": {
"allOf": [
Expand Down

0 comments on commit 215ab77

Please sign in to comment.