We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838d0f2 commit 5f748c8Copy full SHA for 5f748c8
documents/technical-specifications/technical-specifications.md
@@ -463,19 +463,19 @@ The main information we can extract from these elements are:
463
###### JSON Counterpart:
464
```JSON
465
{
466
- "Input": {
467
- "type": "userInput",
468
- "id": "0",
469
- "io": "output",
470
- "port": "0"
+ "Input": {
+ "type": "userInput",
+ "id": "0",
+ "io": "output",
+ "port": "0"
471
},
472
- "Output": {
473
- "type": "lut",
474
- "id": "175",
475
- "io": "input",
476
- "port": "3"
+ "Output": {
+ "type": "lut",
+ "id": "175",
+ "io": "input",
+ "port": "3"
477
478
- "Delay": 235.697
+ "Delay": 235.697
479
480
```
481
0 commit comments