<div>The criteria used for validation of value that represents <em>data</em> options.</div>
<div>This option represents the second argument passed in the lookup plugin For example <code>lookup(config_data, config_criteria, engine='ansible.utils.jsonschema'</code>), in this case the value of <code>config_criteria</code> represents this option.</div>
<div>For the type of <em>criteria</em> that represents this value refer to the documentation of individual validate plugins.</div>
<div>Data that will be validated against <em>criteria</em>.</div>
<div>This option represents the value that is passed to the lookup plugin as the first argument. For example <code>lookup(config_data, config_criteria, engine='ansible.utils.jsonschema'</code>), in this case <code>config_data</code> represents this option.</div>
<div>For the type of <em>data</em> that represents this value refer to the documentation of individual validate plugins.</div>
<div>This option can be passed in lookup plugin as a key, value pair. For example <code>lookup(config_data, config_criteria, engine='ansible.utils.jsonschema'</code>), in this case the value <code>ansible.utils.jsonschema</code> represents the engine to be use for data validation. If the value is not provided the default value that is <code>ansible.uitls.jsonschema</code> will be used.</div>
<div>The value should be in fully qualified collection name format that is <code><org-name>.<collection-name>.<validate-plugin-name></code>.</div>
- For the type of options *data* and *criteria* refer to the individual validate plugin documentation that is represented in the value of *engine* option.
- For additional plugin configuration options refer to the individual validate plugin documentation that is represented by the value of *engine* option.
- The plugin configuration option can be either passed as ``key=value`` pairs within lookup plugin or task or environment variables.
- The precedence the validate plugin configurable option is the variable passed within lookup plugin as ``key=value`` pairs followed by task variables followed by environment variables.
Common return values are documented `here <https://docs.ansible.com/ansible/latest/reference_appendices/common_return_values.html#common-return-values>`_, the following are the fields unique to this lookup:
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.