nats-io / nats-architecture-and-design

Architecture and Design Docs
Apache License 2.0
177 stars 20 forks source link

add response type hints to micro responses #183

Closed ripienaar closed 1 year ago

ripienaar commented 1 year ago

This adds type hints in line with those used by JetStream API to micro responses.

The goal is to be able to attach JSON schema (and others) to these for validation, documentation, discovery of design and more.

These schemas will be surfaced in "nats schema" command as well.

Signed-off-by: R.I.Pienaar rip@devco.net