salt come from?
{% if data["id"] == "mysql1" %}
highstate_run:
  local.state.apply:
    - tgt: mysql1
{% endif %}
{% if data["data"]["custom_var"] == "runit" %}
call_runit_orch:
  runner.state.orchestrate:
    - args:
      - mods: orchestrate.runit
{% endif %}
what are the variables of data ["id"] and data"data" in this? where can I find them? can I see them on saltstack"s official website?
