{ "tags": "vm-type", "name": "vm-type", "group":"default", "property": { "description": "vm-type", "type": "string" }, "updated-by": "MALAKOV, YURIY ", "sources": { "input": { "type": "source-input" }, "default": { "type": "source-default", "properties": {} }, "processor-db": { "type": "source-db", "properties": { "type": "SQL", "query": "select VFC_MODEL.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid", "output-key-mapping": { "vm-type": "vm_type" }, "input-key-mapping": { "vfccustomizationuuid": "vfccustomizationuuid" }, "key-dependencies": [ "vfccustomizationuuid" ] } } } }