count_contexts
Determine the total number of contexts within a Kafka Schema Registry using this tool, enabling efficient registry management and schema organization.
Instructions
Count the number of contexts in a registry.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}