Hi, I have a question on resource discovery aspect of the stack. In the current stack, when a client discovers a resource, it can request for all the parameters of the resource. I want to know if the stack has a feature which tells the client about all the possible values that the resource data can take. For example take a light resource with the following parameters: Light: { string name: "Light1" int brightness: 20 string color: "Red" }
Let us say Light resource data has following constraints: name can take any string as input brightness can take values between 0 to 100 color can take "Red", "Green" and "Blue" as values At the time of discovery do we have a feature where the client can learn about all possible values each data parameter can take. Regards Uday