{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InputsItem", "title": "InputsItem", "type": "object", "properties": { "value": {}, "templating": { "$ref": "#/components/schemas/HogFunctionTemplatingEnum" }, "bytecode": { "type": "array", "items": {}, "readOnly": true }, "order": { "type": "integer", "readOnly": true }, "transpiled": { "readOnly": true } }, "required": [ "bytecode", "order", "transpiled" ] }