Default value to use when parameter is not provided
Human-readable description of what this parameter is for
Unique identifier for this parameter record
Whether this parameter must be provided when executing the query
The name of the parameter as it appears in the template (e.g., {{parameterName}})
Foreign key to the parent query
Example value demonstrating the proper format for this parameter
Data type of the parameter for validation and type casting
JSON array of Nunjucks filter definitions for value transformation
Parameter definitions for parameterized queries that use Nunjucks templates. Each parameter represents a dynamic value that can be passed when executing the query.
Implements IQueryParameterInfoBase for consistency with MJCore types.