github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/hack/.templates/jsonschemaforhumans/section_one_of.md (about)

     1  :::note
     2  Must be one of:
     3  {% for enum_choice in schema.kw_enum.array_items %}
     4  * {{ enum_choice.literal | python_to_json }}
     5  {% endfor %}
     6  :::