Mercurial > hg > orthanc-stone
comparison Resources/CodeGeneration/test_data/test1_bogus_schema.jsonc @ 490:6470248790db bgo-commands-codegen
ongoing codegen work
author | bgo-osimis |
---|---|
date | Mon, 18 Feb 2019 15:38:05 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
489:f6b7f113cf27 | 490:6470248790db |
---|---|
1 { | |
2 "root_name":"test1", | |
3 "types": [ | |
4 { | |
5 "name":"B", | |
6 "kind":"struct", | |
7 "fields": [ | |
8 { | |
9 "name":"someAs", | |
10 "type":"vector<A>" | |
11 }, | |
12 { | |
13 "name":"someInts", | |
14 "type":"vector<int32>" | |
15 } | |
16 ] | |
17 }, | |
18 { | |
19 "name":"A", | |
20 "kiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiind":"struct", | |
21 "fields": [ | |
22 { | |
23 "name":"someStrings", | |
24 "type":"vector<string>" | |
25 }, | |
26 { | |
27 "name":"someInts2", | |
28 "type":"vector<int32>" | |
29 } | |
30 ] | |
31 }, | |
32 { | |
33 "name":"MovieType", | |
34 "kind":"enum", | |
35 "fields": [ | |
36 { | |
37 "naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaame":"Romcom" | |
38 }, | |
39 { | |
40 "name":"Horror" | |
41 }, | |
42 { | |
43 "name":"ScienceFiction" | |
44 }, | |
45 { | |
46 "name":"Vegetables" | |
47 } | |
48 ] | |
49 } | |
50 ] | |
51 } | |
52 | |
53 /* | |
54 1 2 3 4 5 6 7 | |
55 12345678901234567890123456789012345678901234567890123456789012345678901234567890 | |
56 */ |