hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
90 stars 20 forks source link

feat(20786): update the openAPI stubs #423

Closed vanch3d closed 1 month ago

vanch3d commented 1 month ago

See https://hivemq.kanbanize.com/ctrl_board/57/cards/20786/details/

The PR updates the stubs and schemas to the OpenAPI specs 2024.4. It adds the missing hooks (FSM) and mockd payload.

It also change the internal type for Validator type to the enum generated from the schema This is a potential breaking change (from schema to SCHEMA but backward compatibility has been looked at).