blob: ad235e53270e90cc9b18dc7f8eb8f58dbd4d213a [file] [log] [blame]
Matteo Scandolo1bd10762017-10-18 09:53:14 +02001TOSCA_KEYS = {
2{%- for m in proto.messages %}
3 '{{ m.name }}': {{ xproto_fields_to_tosca_keys(m.fields + xproto_base_fields(m, proto.message_table)) }},
4{%- endfor %}
5}