Skip to content

Commit

Permalink
minor: updated property names
Browse files Browse the repository at this point in the history
  • Loading branch information
gokerakc committed Feb 5, 2024
1 parent dc98f6a commit c7ddfd0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bindings/kafka/0.5.0/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@
"type": "integer",
"minimum": 0
},
"schemaValidationForKeyEnabled": {
"description": "It shows whether the schema validation for the message key is enabled.",
"confluent.key.schema.validation": {
"description": "It shows whether the schema validation for the message key is enabled. Vendor specific config. For more details: (https://docs.confluent.io/platform/current/installation/configuration/topic-configs.html#confluent-key-schema-validation)",
"type": "boolean"
},
"schemaLookupStrategyForKey": {
"description": "The name of the schema lookup strategy for the message key.",
"confluent.key.subject.name.strategy": {
"description": "The name of the schema lookup strategy for the message key. Vendor specific config. For more details: (https://docs.confluent.io/platform/current/installation/configuration/topic-configs.html#confluent-key-subject-name-strategy)",
"type": "string"
},
"schemaValidationForValueEnabled": {
"description": "It shows whether the schema validation for the message value is enabled.",
"confluent.value.schema.validation": {
"description": "It shows whether the schema validation for the message value is enabled. Vendor specific config. For more details: (https://docs.confluent.io/platform/current/installation/configuration/topic-configs.html#confluent-value-schema-validation)",
"type": "boolean"
},
"schemaLookupStrategyForValue": {
"description": "The name of the schema lookup strategy for the message value.",
"confluent.value.subject.name.strategy": {
"description": "The name of the schema lookup strategy for the message value. Vendor specific config. For more details: (https://docs.confluent.io/platform/current/installation/configuration/topic-configs.html#confluent-value-subject-name-strategy)",
"type": "string"
}
}
Expand Down

0 comments on commit c7ddfd0

Please sign in to comment.