Skip to content

Commit 6b745ff

Browse files
authored
Merge pull request #157 from strictdoc-project/stanislaw/examples
examples: JSON example: support specifications without a name
2 parents 718e1b5 + f0fc6cc commit 6b745ff

4 files changed

Lines changed: 423 additions & 5 deletions

File tree

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"documents": [
3+
{
4+
"name": null,
5+
"nodes": [
6+
{
7+
"node_type": "TC18xx SpecObjectType",
8+
"level": 1,
9+
"fields": {
10+
"ReqIF.Name": "\n <xhtml:p>Obj-01</xhtml:p>\n ",
11+
"A1": "no change",
12+
"A2": "no change",
13+
"E1": "one"
14+
},
15+
"nodes": []
16+
},
17+
{
18+
"node_type": "TC18xx SpecObjectType",
19+
"level": 1,
20+
"fields": {
21+
"ReqIF.Name": "\n <xhtml:p>Obj-03</xhtml:p>\n ",
22+
"A1": "O3.A1 initial",
23+
"A2": "O3.A2 initial",
24+
"E1": "one"
25+
},
26+
"nodes": []
27+
},
28+
{
29+
"node_type": "TC18xx SpecObjectType",
30+
"level": 1,
31+
"fields": {
32+
"ReqIF.Name": "\n <xhtml:p>Obj-06</xhtml:p>\n ",
33+
"A1": "no change",
34+
"A2": "no change",
35+
"E1": "one"
36+
},
37+
"nodes": []
38+
},
39+
{
40+
"node_type": "TC18xx SpecObjectType",
41+
"level": 1,
42+
"fields": {
43+
"ReqIF.Name": "\n <xhtml:p>Obj-07</xhtml:p>\n ",
44+
"A1": "no change",
45+
"A2": "no change",
46+
"E1": "one"
47+
},
48+
"nodes": []
49+
},
50+
{
51+
"node_type": "TC18xx SpecObjectType",
52+
"level": 1,
53+
"fields": {
54+
"ReqIF.Name": "\n <xhtml:p>Obj-08</xhtml:p>\n ",
55+
"A1": "no change",
56+
"A2": "no change",
57+
"E1": "one"
58+
},
59+
"nodes": []
60+
},
61+
{
62+
"node_type": "TC18xx SpecObjectType",
63+
"level": 1,
64+
"fields": {
65+
"ReqIF.Name": "\n <xhtml:p>Obj-09</xhtml:p>\n ",
66+
"A1": "no change",
67+
"A2": "no change",
68+
"E1": "one"
69+
},
70+
"nodes": []
71+
}
72+
]
73+
},
74+
{
75+
"name": null,
76+
"nodes": []
77+
}
78+
],
79+
"fields": [
80+
"ReqIF.Name",
81+
"A1",
82+
"A2",
83+
"E1"
84+
]
85+
}

0 commit comments

Comments
 (0)