Skip to content

Commit

Permalink
sr/swagger: Add messages and verbose flag to compatibility API spec
Browse files Browse the repository at this point in the history
Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
  • Loading branch information
oleiman authored and pgellert committed Aug 19, 2024
1 parent 25fcd5e commit d8bcac6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/v/pandaproxy/api/api-doc/schema_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,12 @@
"schema": {
"$ref": "#/definitions/schema_def"
}
},
{
"name": "verbose",
"in": "query",
"required": false,
"type": "boolean"
}
],
"produces": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
"properties": {
"is_compatible": {
"type": "boolean"
}
},
"messages": {
"type": "array",
"items": {
"type": "string"
}
},
}
}

0 comments on commit d8bcac6

Please sign in to comment.