Skip to content

Commit

Permalink
Deployed 44d5b19 to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Aug 14, 2024
1 parent 6fae368 commit f8118ab
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
32 changes: 15 additions & 17 deletions dev/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"additionalProperties": false,
"description": "Input topic.",
"properties": {
"role": {
"label": {
"anyOf": [
{
"type": "string"
Expand All @@ -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": [
Expand Down Expand Up @@ -1457,8 +1457,7 @@
},
"required": [
"name",
"namespace",
"values"
"namespace"
],
"title": "StreamsBootstrap",
"type": "object"
Expand Down Expand Up @@ -1545,8 +1544,7 @@
},
"required": [
"name",
"namespace",
"values"
"namespace"
],
"title": "StreamsBootstrapV3",
"type": "object"
Expand Down Expand Up @@ -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"
Expand All @@ -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": [
Expand Down
26 changes: 13 additions & 13 deletions dev/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"additionalProperties": false,
"description": "Input topic.",
"properties": {
"role": {
"label": {
"anyOf": [
{
"type": "string"
Expand All @@ -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": [
Expand Down Expand Up @@ -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"
Expand All @@ -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": [
Expand Down
Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit f8118ab

Please sign in to comment.