]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/blob - rpp/blocks/scripts/schema.yaml
11e6810a754e68fdd0b60e49e040f747b381aed9
[jenkicar/rpp-simulink.git] / rpp / blocks / scripts / schema.yaml
1 type: //rec
2 required:
3   Name: //str
4   Mnemonic: //str
5   Header: //str
6   Category: //str
7   Inputs: &iodef
8     type: //any
9     of:
10       - //nil
11       - type: //arr
12         contents:
13           type: //rec
14           required:
15             name: //str
16             type: //str
17           optional:
18             range: //str
19   Outputs: *iodef
20   Parameters: *iodef
21   Description: //str
22   Status:
23     type: //rec
24     required:
25       Tested: &strarray
26         type: //any
27         of:
28           - //nil
29           - type: //arr
30             contents: //str
31       Untested: *strarray
32       Not working: *strarray
33 optional:
34   RPP API functions used: *strarray
35   Relevant demos: *strarray