Use a dynamic list of values ("select") in Max
Summary
Use a dynamic list of values ("select") in MaxContent
hi,
I am trying to use a select list in Max to help the user select a value from a select list, instead of having to type the value and then throw an error when that value is invalid.
For example: creating an employee and selecting the department from a list of values. Departments are a referenced resource in this case.
For testing purposes I have created a employee resource with a reference to a department.
Example with just the ids:
{
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
"name": "employee-create-request",
1