arc-1 0.4.4 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +6 -5
  2. package/dist/adt/client.d.ts +11 -1
  3. package/dist/adt/client.d.ts.map +1 -1
  4. package/dist/adt/client.js +51 -1
  5. package/dist/adt/client.js.map +1 -1
  6. package/dist/adt/codeintel.js +1 -1
  7. package/dist/adt/codeintel.js.map +1 -1
  8. package/dist/adt/crud.d.ts.map +1 -1
  9. package/dist/adt/crud.js +1 -7
  10. package/dist/adt/crud.js.map +1 -1
  11. package/dist/adt/features.d.ts +29 -1
  12. package/dist/adt/features.d.ts.map +1 -1
  13. package/dist/adt/features.js +114 -2
  14. package/dist/adt/features.js.map +1 -1
  15. package/dist/adt/http.d.ts +24 -1
  16. package/dist/adt/http.d.ts.map +1 -1
  17. package/dist/adt/http.js +87 -28
  18. package/dist/adt/http.js.map +1 -1
  19. package/dist/adt/oauth.d.ts +19 -2
  20. package/dist/adt/oauth.d.ts.map +1 -1
  21. package/dist/adt/oauth.js +78 -28
  22. package/dist/adt/oauth.js.map +1 -1
  23. package/dist/adt/safety.d.ts +15 -7
  24. package/dist/adt/safety.d.ts.map +1 -1
  25. package/dist/adt/safety.js +49 -45
  26. package/dist/adt/safety.js.map +1 -1
  27. package/dist/adt/types.d.ts +33 -0
  28. package/dist/adt/types.d.ts.map +1 -1
  29. package/dist/adt/xml-parser.d.ts +10 -1
  30. package/dist/adt/xml-parser.d.ts.map +1 -1
  31. package/dist/adt/xml-parser.js +47 -0
  32. package/dist/adt/xml-parser.js.map +1 -1
  33. package/dist/aff/schemas/bdef-v1.json +62 -0
  34. package/dist/aff/schemas/clas-v1.json +276 -0
  35. package/dist/aff/schemas/ddls-v1.json +144 -0
  36. package/dist/aff/schemas/intf-v1.json +243 -0
  37. package/dist/aff/schemas/prog-v1.json +133 -0
  38. package/dist/aff/schemas/srvb-v1.json +115 -0
  39. package/dist/aff/schemas/srvd-v1.json +108 -0
  40. package/dist/aff/validator.d.ts +14 -0
  41. package/dist/aff/validator.d.ts.map +1 -0
  42. package/dist/aff/validator.js +83 -0
  43. package/dist/aff/validator.js.map +1 -0
  44. package/dist/handlers/hyperfocused.d.ts +1 -0
  45. package/dist/handlers/hyperfocused.d.ts.map +1 -1
  46. package/dist/handlers/hyperfocused.js +7 -6
  47. package/dist/handlers/hyperfocused.js.map +1 -1
  48. package/dist/handlers/intent.d.ts +17 -1
  49. package/dist/handlers/intent.d.ts.map +1 -1
  50. package/dist/handlers/intent.js +369 -27
  51. package/dist/handlers/intent.js.map +1 -1
  52. package/dist/handlers/schemas.d.ts +296 -0
  53. package/dist/handlers/schemas.d.ts.map +1 -0
  54. package/dist/handlers/schemas.js +250 -0
  55. package/dist/handlers/schemas.js.map +1 -0
  56. package/dist/handlers/tools.d.ts +1 -1
  57. package/dist/handlers/tools.d.ts.map +1 -1
  58. package/dist/handlers/tools.js +111 -42
  59. package/dist/handlers/tools.js.map +1 -1
  60. package/dist/handlers/zod-errors.d.ts +20 -0
  61. package/dist/handlers/zod-errors.d.ts.map +1 -0
  62. package/dist/handlers/zod-errors.js +43 -0
  63. package/dist/handlers/zod-errors.js.map +1 -0
  64. package/dist/server/config.d.ts +26 -0
  65. package/dist/server/config.d.ts.map +1 -1
  66. package/dist/server/config.js +156 -7
  67. package/dist/server/config.js.map +1 -1
  68. package/dist/server/http.d.ts +8 -0
  69. package/dist/server/http.d.ts.map +1 -1
  70. package/dist/server/http.js +134 -71
  71. package/dist/server/http.js.map +1 -1
  72. package/dist/server/server.d.ts +13 -2
  73. package/dist/server/server.d.ts.map +1 -1
  74. package/dist/server/server.js +82 -9
  75. package/dist/server/server.js.map +1 -1
  76. package/dist/server/types.d.ts +8 -1
  77. package/dist/server/types.d.ts.map +1 -1
  78. package/dist/server/types.js +2 -2
  79. package/dist/server/types.js.map +1 -1
  80. package/dist/server/xsuaa.d.ts +11 -1
  81. package/dist/server/xsuaa.d.ts.map +1 -1
  82. package/dist/server/xsuaa.js +127 -9
  83. package/dist/server/xsuaa.js.map +1 -1
  84. package/package.json +4 -3
@@ -0,0 +1,276 @@
1
+ {
2
+ "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/clas/clas-v1.json",
5
+ "title": "Class Properties",
6
+ "description": "Class properties",
7
+ "type": "object",
8
+ "properties": {
9
+ "formatVersion": {
10
+ "title": "ABAP File Format Version",
11
+ "description": "The ABAP file format version",
12
+ "type": "string",
13
+ "const": "1"
14
+ },
15
+ "header": {
16
+ "title": "Header",
17
+ "description": "header",
18
+ "type": "object",
19
+ "properties": {
20
+ "description": {
21
+ "title": "Description",
22
+ "description": "Description of the ABAP object",
23
+ "type": "string",
24
+ "maxLength": 60
25
+ },
26
+ "originalLanguage": {
27
+ "title": "Original Language",
28
+ "description": "Original language of the ABAP object",
29
+ "type": "string",
30
+ "minLength": 2
31
+ },
32
+ "abapLanguageVersion": {
33
+ "title": "ABAP Language Version",
34
+ "description": "ABAP language version",
35
+ "type": "string",
36
+ "enum": ["standard", "keyUser", "cloudDevelopment"],
37
+ "enumTitles": ["Standard", "ABAP for Key Users", "ABAP Cloud Development"],
38
+ "enumDescriptions": ["Standard", "ABAP for key user extensibility", "ABAP cloud development"],
39
+ "default": "standard"
40
+ }
41
+ },
42
+ "additionalProperties": false,
43
+ "required": ["description", "originalLanguage"]
44
+ },
45
+ "category": {
46
+ "title": "Class Category",
47
+ "description": "Class category",
48
+ "type": "string",
49
+ "enum": [
50
+ "generalObjectType",
51
+ "exitClass",
52
+ "testclassAbapUnit",
53
+ "behaviorClass",
54
+ "entityEventHandler",
55
+ "persistentClass",
56
+ "factoryForPersistentClass",
57
+ "statusClassForPersistClass",
58
+ "rfcProxyClass",
59
+ "communicationConnectionClass",
60
+ "exceptionClass",
61
+ "areaClassSharedObjects",
62
+ "businessClass",
63
+ "bspApplicationClass",
64
+ "basisClassBspElementHdlr",
65
+ "webDynproRuntimeObject"
66
+ ],
67
+ "enumTitles": [
68
+ "General Object Type",
69
+ "Exit Class",
70
+ "Test Class (ABAP Unit)",
71
+ "Behavior Class (Behavior Implementations)",
72
+ "Entity Event Handler Class",
73
+ "Persistent Class",
74
+ "Factory for Persistent Class",
75
+ "Status Class for Persistent Class",
76
+ "RFC Proxy Class",
77
+ "Communication Connection Class",
78
+ "Exception Class",
79
+ "Area Class (Shared Objects)",
80
+ "Business Class",
81
+ "BSP Application Class",
82
+ "Basis Class For BSP Element Handlers",
83
+ "Web Dynpro Runtime Object"
84
+ ],
85
+ "enumDescriptions": [
86
+ "General object type",
87
+ "Exit class",
88
+ "Test class (ABAP Unit)",
89
+ "Behavior class (behavior implementations)",
90
+ "Entity event handler class",
91
+ "Persistent class",
92
+ "Factory for persistent class",
93
+ "Status class for persistent class",
94
+ "RFC proxy class",
95
+ "Communication connection class",
96
+ "Exception class",
97
+ "Area class (shared objects)",
98
+ "Business class",
99
+ "BSP application class",
100
+ "Basis class for BSP element handlers",
101
+ "Web Dynpro runtime object"
102
+ ],
103
+ "default": "generalObjectType"
104
+ },
105
+ "fixPointArithmetic": {
106
+ "title": "Fix Point Arithmetic",
107
+ "description": "Fix point arithmetic",
108
+ "type": "boolean"
109
+ },
110
+ "messageClass": {
111
+ "title": "Message Class",
112
+ "description": "The message class of the class",
113
+ "type": "string",
114
+ "maxLength": 20
115
+ },
116
+ "descriptions": {
117
+ "title": "Descriptions",
118
+ "description": "Descriptions maintained in SE80",
119
+ "type": "object",
120
+ "properties": {
121
+ "types": {
122
+ "title": "Type Descriptions",
123
+ "description": "Type descriptions",
124
+ "type": "array",
125
+ "uniqueItems": true,
126
+ "items": {
127
+ "title": "Name and Description",
128
+ "description": "Name and description",
129
+ "type": "object",
130
+ "properties": {
131
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
132
+ "description": { "title": "Description", "description": "Description", "type": "string", "maxLength": 60 }
133
+ },
134
+ "additionalProperties": false,
135
+ "required": ["name", "description"]
136
+ }
137
+ },
138
+ "attributes": {
139
+ "title": "Attribute Descriptions",
140
+ "description": "Attribute descriptions",
141
+ "type": "array",
142
+ "uniqueItems": true,
143
+ "items": {
144
+ "title": "Name and Description",
145
+ "description": "Name and description",
146
+ "type": "object",
147
+ "properties": {
148
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
149
+ "description": { "title": "Description", "description": "Description", "type": "string", "maxLength": 60 }
150
+ },
151
+ "additionalProperties": false,
152
+ "required": ["name", "description"]
153
+ }
154
+ },
155
+ "events": {
156
+ "title": "Event Descriptions",
157
+ "description": "Event descriptions",
158
+ "type": "array",
159
+ "uniqueItems": true,
160
+ "items": {
161
+ "title": "Event Description",
162
+ "description": "Event description",
163
+ "type": "object",
164
+ "properties": {
165
+ "name": { "title": "Event Name", "description": "Name of the event", "type": "string", "maxLength": 30 },
166
+ "description": {
167
+ "title": "Event Description",
168
+ "description": "Description of the event",
169
+ "type": "string",
170
+ "maxLength": 60
171
+ },
172
+ "parameters": {
173
+ "title": "Parameter Descriptions",
174
+ "description": "Parameter descriptions",
175
+ "type": "array",
176
+ "uniqueItems": true,
177
+ "items": {
178
+ "title": "Name and Description",
179
+ "description": "Name and description",
180
+ "type": "object",
181
+ "properties": {
182
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
183
+ "description": {
184
+ "title": "Description",
185
+ "description": "Description",
186
+ "type": "string",
187
+ "maxLength": 60
188
+ }
189
+ },
190
+ "additionalProperties": false,
191
+ "required": ["name", "description"]
192
+ }
193
+ }
194
+ },
195
+ "additionalProperties": false,
196
+ "required": ["name", "description"]
197
+ }
198
+ },
199
+ "methods": {
200
+ "title": "Method Descriptions",
201
+ "description": "Method descriptions",
202
+ "type": "array",
203
+ "uniqueItems": true,
204
+ "items": {
205
+ "title": "Method Description",
206
+ "description": "Method description",
207
+ "type": "object",
208
+ "properties": {
209
+ "name": {
210
+ "title": "Method Name",
211
+ "description": "Name of the method",
212
+ "type": "string",
213
+ "maxLength": 30
214
+ },
215
+ "description": {
216
+ "title": "Method Description",
217
+ "description": "Description of the method",
218
+ "type": "string",
219
+ "maxLength": 60
220
+ },
221
+ "parameters": {
222
+ "title": "Parameter Descriptions",
223
+ "description": "Parameter descriptions",
224
+ "type": "array",
225
+ "uniqueItems": true,
226
+ "items": {
227
+ "title": "Name and Description",
228
+ "description": "Name and description",
229
+ "type": "object",
230
+ "properties": {
231
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
232
+ "description": {
233
+ "title": "Description",
234
+ "description": "Description",
235
+ "type": "string",
236
+ "maxLength": 60
237
+ }
238
+ },
239
+ "additionalProperties": false,
240
+ "required": ["name", "description"]
241
+ }
242
+ },
243
+ "exceptions": {
244
+ "title": "Exception Descriptions",
245
+ "description": "Exception descriptions",
246
+ "type": "array",
247
+ "uniqueItems": true,
248
+ "items": {
249
+ "title": "Name and Description",
250
+ "description": "Name and description",
251
+ "type": "object",
252
+ "properties": {
253
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
254
+ "description": {
255
+ "title": "Description",
256
+ "description": "Description",
257
+ "type": "string",
258
+ "maxLength": 60
259
+ }
260
+ },
261
+ "additionalProperties": false,
262
+ "required": ["name", "description"]
263
+ }
264
+ }
265
+ },
266
+ "additionalProperties": false,
267
+ "required": ["name", "description"]
268
+ }
269
+ }
270
+ },
271
+ "additionalProperties": false
272
+ }
273
+ },
274
+ "additionalProperties": false,
275
+ "required": ["formatVersion", "header"]
276
+ }
@@ -0,0 +1,144 @@
1
+ {
2
+ "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/ddls/ddls-v1.json",
5
+ "title": "Object Type DDLS",
6
+ "description": "DDLS object type",
7
+ "type": "object",
8
+ "properties": {
9
+ "formatVersion": {
10
+ "title": "ABAP File Format Version",
11
+ "description": "The ABAP file format version",
12
+ "type": "string",
13
+ "const": "1"
14
+ },
15
+ "header": {
16
+ "title": "Header",
17
+ "description": "Header",
18
+ "type": "object",
19
+ "properties": {
20
+ "description": {
21
+ "title": "Description",
22
+ "description": "Description of the ABAP object",
23
+ "type": "string",
24
+ "maxLength": 60
25
+ },
26
+ "originalLanguage": {
27
+ "title": "Original Language",
28
+ "description": "Original language of the ABAP object",
29
+ "type": "string",
30
+ "minLength": 2
31
+ },
32
+ "abapLanguageVersion": {
33
+ "title": "ABAP Language Version",
34
+ "description": "ABAP language version",
35
+ "type": "string",
36
+ "enum": ["standard", "keyUser", "cloudDevelopment"],
37
+ "enumTitles": ["Standard", "ABAP for Key Users", "ABAP Cloud Development"],
38
+ "enumDescriptions": ["Standard", "ABAP for key user extensibility", "ABAP cloud development"],
39
+ "default": "standard"
40
+ }
41
+ },
42
+ "additionalProperties": false,
43
+ "required": ["description", "originalLanguage"]
44
+ },
45
+ "sourceOrigin": {
46
+ "title": "Source Origin",
47
+ "description": "Source origin",
48
+ "type": "string",
49
+ "enum": [
50
+ "abapDevelopmentTools",
51
+ "customCdsViews",
52
+ "customAnalyticalQueries",
53
+ "customBusinessObject",
54
+ "customCodeList",
55
+ "customCdsViewsVariantConfg",
56
+ "customFields",
57
+ "extensionsForDataSources",
58
+ "customSearchModeler",
59
+ "serviceConsumptionModel"
60
+ ],
61
+ "enumTitles": [
62
+ "ABAP Development Tools",
63
+ "Custom CDS Views",
64
+ "Custom Analytical Queries",
65
+ "Custom Business Object",
66
+ "Custom Code List",
67
+ "Custom CDS Views for Variant Configurations",
68
+ "Custom Fields",
69
+ "Extensions for Data Sources",
70
+ "Custom Search Modeler",
71
+ "Service Consumption Model"
72
+ ],
73
+ "enumDescriptions": [
74
+ "ABAP Development Tools",
75
+ "Custom CDS views",
76
+ "Custom analytical queries",
77
+ "Custom business object",
78
+ "Custom code list",
79
+ "Custom CDS views for variant configurations",
80
+ "Custom fields",
81
+ "Extensions for data sources",
82
+ "Custom search modeler",
83
+ "Service Consumption Model"
84
+ ],
85
+ "default": "abapDevelopmentTools"
86
+ },
87
+ "sourceType": {
88
+ "title": "Source Type",
89
+ "description": "Source type",
90
+ "type": "string",
91
+ "enum": [
92
+ "ddicBasedView",
93
+ "viewEntity",
94
+ "viewExtend",
95
+ "viewEntityExtend",
96
+ "tableFunction",
97
+ "tableEntity",
98
+ "abstractEntity",
99
+ "customEntity",
100
+ "hierarchy",
101
+ "projectionView",
102
+ "externalEntity",
103
+ "unknown"
104
+ ],
105
+ "enumTitles": [
106
+ "DDIC-Based View",
107
+ "View Entity",
108
+ "View Extend",
109
+ "View Entity Extend",
110
+ "Table Function",
111
+ "Table Entity",
112
+ "Abstract Entity",
113
+ "Custom Entity",
114
+ "Hierarchy",
115
+ "Projection View",
116
+ "External Entity",
117
+ "Unknown"
118
+ ],
119
+ "enumDescriptions": [
120
+ "DDIC-based view",
121
+ "View entity",
122
+ "View extend",
123
+ "View entity extend",
124
+ "Table function",
125
+ "Table entity",
126
+ "Abstract entity",
127
+ "Custom entity",
128
+ "Hierarchy",
129
+ "Projection view",
130
+ "External entity",
131
+ "Unknown"
132
+ ],
133
+ "default": "unknown"
134
+ },
135
+ "parentName": {
136
+ "title": "Parent Name",
137
+ "description": "DDLS name of the parent of an extend",
138
+ "type": "string",
139
+ "maxLength": 40
140
+ }
141
+ },
142
+ "additionalProperties": false,
143
+ "required": ["formatVersion", "header", "sourceOrigin", "sourceType"]
144
+ }
@@ -0,0 +1,243 @@
1
+ {
2
+ "$comment": "This file is autogenerated, do not edit manually, see https://github.com/SAP/abap-file-formats for more information.",
3
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
4
+ "$id": "https://github.com/SAP/abap-file-formats/blob/main/file-formats/intf/intf-v1.json",
5
+ "title": "Interface Properties",
6
+ "description": "Interface properties",
7
+ "type": "object",
8
+ "properties": {
9
+ "formatVersion": {
10
+ "title": "ABAP File Format Version",
11
+ "description": "The ABAP file format version",
12
+ "type": "string",
13
+ "const": "1"
14
+ },
15
+ "header": {
16
+ "title": "Header",
17
+ "description": "Header",
18
+ "type": "object",
19
+ "properties": {
20
+ "description": {
21
+ "title": "Description",
22
+ "description": "Description of the ABAP object",
23
+ "type": "string",
24
+ "maxLength": 60
25
+ },
26
+ "originalLanguage": {
27
+ "title": "Original Language",
28
+ "description": "Original language of the ABAP object",
29
+ "type": "string",
30
+ "minLength": 2
31
+ },
32
+ "abapLanguageVersion": {
33
+ "title": "ABAP Language Version",
34
+ "description": "ABAP language version",
35
+ "type": "string",
36
+ "enum": ["standard", "keyUser", "cloudDevelopment"],
37
+ "enumTitles": ["Standard", "ABAP for Key Users", "ABAP Cloud Development"],
38
+ "enumDescriptions": ["Standard", "ABAP for key user extensibility", "ABAP cloud development"],
39
+ "default": "standard"
40
+ }
41
+ },
42
+ "additionalProperties": false,
43
+ "required": ["description", "originalLanguage"]
44
+ },
45
+ "category": {
46
+ "title": "Interface Category",
47
+ "description": "Interface category",
48
+ "type": "string",
49
+ "enum": [
50
+ "general",
51
+ "classicBadi",
52
+ "businessStaticComponents",
53
+ "businessInstanceComponents",
54
+ "dbProcedureProxy",
55
+ "webDynproRuntime",
56
+ "enterpriseService"
57
+ ],
58
+ "enumTitles": [
59
+ "General",
60
+ "Classic BAdI",
61
+ "Business (Static Components)",
62
+ "Business (Instance-Dep. Components)",
63
+ "DB Procedure Proxy",
64
+ "Web Dynpro Runtime",
65
+ "Enterprise Services"
66
+ ],
67
+ "enumDescriptions": [
68
+ "General interface",
69
+ "Interface definition of a classic BAdI",
70
+ "Business interface for static components",
71
+ "Business interface for instance-dependent components",
72
+ "Generated interface of a database procedure proxy",
73
+ "Web Dynpro runtime interface",
74
+ "Generated interface of enterprise services"
75
+ ],
76
+ "default": "general"
77
+ },
78
+ "proxy": {
79
+ "title": "Proxy Interface",
80
+ "description": "Interface is a proxy interface",
81
+ "type": "boolean"
82
+ },
83
+ "descriptions": {
84
+ "title": "Descriptions",
85
+ "description": "Descriptions maintained in SE80",
86
+ "type": "object",
87
+ "properties": {
88
+ "types": {
89
+ "title": "Type Descriptions",
90
+ "description": "Type descriptions",
91
+ "type": "array",
92
+ "uniqueItems": true,
93
+ "items": {
94
+ "title": "Name and Description",
95
+ "description": "Name and description",
96
+ "type": "object",
97
+ "properties": {
98
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
99
+ "description": { "title": "Description", "description": "Description", "type": "string", "maxLength": 60 }
100
+ },
101
+ "additionalProperties": false,
102
+ "required": ["name", "description"]
103
+ }
104
+ },
105
+ "attributes": {
106
+ "title": "Attribute Descriptions",
107
+ "description": "Attribute descriptions",
108
+ "type": "array",
109
+ "uniqueItems": true,
110
+ "items": {
111
+ "title": "Name and Description",
112
+ "description": "Name and description",
113
+ "type": "object",
114
+ "properties": {
115
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
116
+ "description": { "title": "Description", "description": "Description", "type": "string", "maxLength": 60 }
117
+ },
118
+ "additionalProperties": false,
119
+ "required": ["name", "description"]
120
+ }
121
+ },
122
+ "events": {
123
+ "title": "Event Descriptions",
124
+ "description": "Event descriptions",
125
+ "type": "array",
126
+ "uniqueItems": true,
127
+ "items": {
128
+ "title": "Event Description",
129
+ "description": "Event description",
130
+ "type": "object",
131
+ "properties": {
132
+ "name": { "title": "Event Name", "description": "Name of the event", "type": "string", "maxLength": 30 },
133
+ "description": {
134
+ "title": "Event Description",
135
+ "description": "Description of the event",
136
+ "type": "string",
137
+ "maxLength": 60
138
+ },
139
+ "parameters": {
140
+ "title": "Parameter Descriptions",
141
+ "description": "Parameter descriptions",
142
+ "type": "array",
143
+ "uniqueItems": true,
144
+ "items": {
145
+ "title": "Name and Description",
146
+ "description": "Name and description",
147
+ "type": "object",
148
+ "properties": {
149
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
150
+ "description": {
151
+ "title": "Description",
152
+ "description": "Description",
153
+ "type": "string",
154
+ "maxLength": 60
155
+ }
156
+ },
157
+ "additionalProperties": false,
158
+ "required": ["name", "description"]
159
+ }
160
+ }
161
+ },
162
+ "additionalProperties": false,
163
+ "required": ["name", "description"]
164
+ }
165
+ },
166
+ "methods": {
167
+ "title": "Method Descriptions",
168
+ "description": "Method descriptions",
169
+ "type": "array",
170
+ "uniqueItems": true,
171
+ "items": {
172
+ "title": "Method Description",
173
+ "description": "Method description",
174
+ "type": "object",
175
+ "properties": {
176
+ "name": {
177
+ "title": "Method Name",
178
+ "description": "Name of the method",
179
+ "type": "string",
180
+ "maxLength": 30
181
+ },
182
+ "description": {
183
+ "title": "Method Description",
184
+ "description": "Description of the method",
185
+ "type": "string",
186
+ "maxLength": 60
187
+ },
188
+ "parameters": {
189
+ "title": "Parameter Descriptions",
190
+ "description": "Parameter descriptions",
191
+ "type": "array",
192
+ "uniqueItems": true,
193
+ "items": {
194
+ "title": "Name and Description",
195
+ "description": "Name and description",
196
+ "type": "object",
197
+ "properties": {
198
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
199
+ "description": {
200
+ "title": "Description",
201
+ "description": "Description",
202
+ "type": "string",
203
+ "maxLength": 60
204
+ }
205
+ },
206
+ "additionalProperties": false,
207
+ "required": ["name", "description"]
208
+ }
209
+ },
210
+ "exceptions": {
211
+ "title": "Exception Descriptions",
212
+ "description": "Exception descriptions",
213
+ "type": "array",
214
+ "uniqueItems": true,
215
+ "items": {
216
+ "title": "Name and Description",
217
+ "description": "Name and description",
218
+ "type": "object",
219
+ "properties": {
220
+ "name": { "title": "Name", "description": "Name", "type": "string", "maxLength": 30 },
221
+ "description": {
222
+ "title": "Description",
223
+ "description": "Description",
224
+ "type": "string",
225
+ "maxLength": 60
226
+ }
227
+ },
228
+ "additionalProperties": false,
229
+ "required": ["name", "description"]
230
+ }
231
+ }
232
+ },
233
+ "additionalProperties": false,
234
+ "required": ["name", "description"]
235
+ }
236
+ }
237
+ },
238
+ "additionalProperties": false
239
+ }
240
+ },
241
+ "additionalProperties": false,
242
+ "required": ["formatVersion", "header"]
243
+ }