diff --git a/dev/schema/defaults.json b/dev/schema/defaults.json index 69580724d..cf0e611ad 100644 --- a/dev/schema/defaults.json +++ b/dev/schema/defaults.json @@ -30,7 +30,7 @@ "additionalProperties": false, "description": "Input topic.", "properties": { - "role": { + "label": { "anyOf": [ { "type": "string" @@ -41,7 +41,7 @@ ], "default": null, "description": "Custom identifier belonging to a topic; define only if `type` is `pattern` or `None`", - "title": "Role" + "title": "Label" }, "type": { "anyOf": [ @@ -1457,8 +1457,7 @@ }, "required": [ "name", - "namespace", - "values" + "namespace" ], "title": "StreamsBootstrap", "type": "object" @@ -1545,8 +1544,7 @@ }, "required": [ "name", - "namespace", - "values" + "namespace" ], "title": "StreamsBootstrapV3", "type": "object" @@ -1690,20 +1688,20 @@ "description": "Key schema class name", "title": "Key schema" }, - "partitions_count": { + "label": { "anyOf": [ { - "type": "integer" + "type": "string" }, { "type": "null" } ], "default": null, - "description": "Number of partitions into which the topic is divided", - "title": "Partitions count" + "description": "Custom identifier belonging to one or multiple topics, provide only if `type` is `extra`", + "title": "Label" }, - "replication_factor": { + "partitions_count": { "anyOf": [ { "type": "integer" @@ -1713,21 +1711,21 @@ } ], "default": null, - "description": "Replication factor of the topic", - "title": "Replication factor" + "description": "Number of partitions into which the topic is divided", + "title": "Partitions count" }, - "role": { + "replication_factor": { "anyOf": [ { - "type": "string" + "type": "integer" }, { "type": "null" } ], "default": null, - "description": "Custom identifier belonging to one or multiple topics, provide only if `type` is `extra`", - "title": "Role" + "description": "Replication factor of the topic", + "title": "Replication factor" }, "type": { "anyOf": [ diff --git a/dev/schema/pipeline.json b/dev/schema/pipeline.json index 86edc0b8e..c5dbac2af 100644 --- a/dev/schema/pipeline.json +++ b/dev/schema/pipeline.json @@ -30,7 +30,7 @@ "additionalProperties": false, "description": "Input topic.", "properties": { - "role": { + "label": { "anyOf": [ { "type": "string" @@ -41,7 +41,7 @@ ], "default": null, "description": "Custom identifier belonging to a topic; define only if `type` is `pattern` or `None`", - "title": "Role" + "title": "Label" }, "type": { "anyOf": [ @@ -1088,20 +1088,20 @@ "description": "Key schema class name", "title": "Key schema" }, - "partitions_count": { + "label": { "anyOf": [ { - "type": "integer" + "type": "string" }, { "type": "null" } ], "default": null, - "description": "Number of partitions into which the topic is divided", - "title": "Partitions count" + "description": "Custom identifier belonging to one or multiple topics, provide only if `type` is `extra`", + "title": "Label" }, - "replication_factor": { + "partitions_count": { "anyOf": [ { "type": "integer" @@ -1111,21 +1111,21 @@ } ], "default": null, - "description": "Replication factor of the topic", - "title": "Replication factor" + "description": "Number of partitions into which the topic is divided", + "title": "Partitions count" }, - "role": { + "replication_factor": { "anyOf": [ { - "type": "string" + "type": "integer" }, { "type": "null" } ], "default": null, - "description": "Custom identifier belonging to one or multiple topics, provide only if `type` is `extra`", - "title": "Role" + "description": "Replication factor of the topic", + "title": "Replication factor" }, "type": { "anyOf": [ diff --git a/dev/sitemap.xml.gz b/dev/sitemap.xml.gz index db065d12d..1e70df798 100644 Binary files a/dev/sitemap.xml.gz and b/dev/sitemap.xml.gz differ