Files
Don Gagne f368676f60 parameter.schema.json: Add readOnly property and make type optional (#2449)
* parameter.schema.json: Add readOnly property and make type optional

Add a readOnly boolean property to the parameter metadata schema to
indicate parameters that should not be changed by the user.

Make the type field optional since it can be determined at runtime
from the PARAM_VALUE message.

* Apply suggestion from @hamishwillee

---------

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
2026-04-09 06:45:31 +12:00
..