All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.avro.avro_enumeration.ftl Maven / Gradle / Ivy

The newest version!
{
  "namespace": "${dataElement.namespace}",
  "name": "${dataElement.name}",
  "type": "enum",
  "version": "${dataElement.version}",
  "doc": "${dataElement.documentation}",
  "symbols": [
      <#list dataElement.enumeratedValues as enumeratedValue>
        "${enumeratedValue}"<#sep>,
      
     ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy