blob: ad235e53270e90cc9b18dc7f8eb8f58dbd4d213a [file] [log] [blame]
TOSCA_KEYS = {
{%- for m in proto.messages %}
'{{ m.name }}': {{ xproto_fields_to_tosca_keys(m.fields + xproto_base_fields(m, proto.message_table)) }},
{%- endfor %}
}