Using Schematics API to retrieve available params for selected artifact
How do I use Schematics Java API to retrieve all possible parameters (with types) for a selected artifact instead of retrieving just params that have a value?
Ex: Artifact.getProperties returns a list of parameters that have been assigned a value. I am looking for the equivalent of Artifact.listAllAvailableParameters.
It appears to me that the samples show how to validate a list of parameters a user is wanting to set, not pulling available parameters from an artifact type.
Thanks!

