getParameterSchema
Static class method that returns metadata about all parameters the skill accepts.
Subclasses should override this method and merge their own parameters with the
result of super.getParameterSchema().
Takes no parameters.
Returns
Record<string, ParameterSchemaEntry> — Parameter schema where keys are parameter names
and values describe the parameter.
ParameterSchemaEntry fields: