{property.type?.toUpperCase() ?? 'ANY'}
{#if property.format}
{property.format?.toUpperCase()}
{/if} {#if property.contentEncoding}
{property.contentEncoding?.toUpperCase()}
{/if}