nats-io / nats-architecture-and-design

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

ADR-28: RePub, Fix typo in JSON fragment example #230

Closed tbeets closed 8 months ago

tbeets commented 10 months ago

The JSON fragment example has "headers_only": "false" in example which fails API validation (2.10-Dev). Should be "headers_only": false.

Added an Updates to ADR-28 section to track.