{ "namespace": "connector", "type_name": "parse_int_connector", "description": "Connects an string property of an entity instance with a number property of another entity instance. Outgoing string values gets converted to integer numbers if possible", "outbound": { "entity_type": { "namespace": "*", "type_name": "*" } }, "inbound": { "entity_type": { "namespace": "*", "type_name": "*" } }, "components": [ { "namespace": "connector", "type_name": "connector" } ], "properties": [ ] }