Open
Description
Hello,
I am implementing endpoints for the schema registry and have two questions/discussion points:
- I noticed that the
/schemas/{namespace}
endpoint specification includes alatest_version
query parameter. Does this mean that the user provides a version (e.g., 1.2.2), and I should return all schema records where the latest version is 1.2.2? - I couldn't find any information about the basic
/schemas/
endpoint. What should it look like?
Metadata
Metadata
Assignees
Labels
No labels