{
"title": "cli.output.notification.Schemas",
"description": "Names of the schemas at the current namespace level, emitted by\n`schemas list` and per-category `schemas <category> list` commands.\n\nWire: `{\"type\":\"notification\",\"schemas\":[\"name1\",\"name2\",...]}`.",
"type": "object",
"properties": {
"schemas": {
"type": "array",
"items": {
"type": "string"
}
}
}
}