You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocol/metaModel.schema.json
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,13 @@
114
114
"description": "Since when (release number) this enumeration is available. Is undefined if not known.",
115
115
"type": "string"
116
116
},
117
+
"sinceTags": {
118
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
119
+
"items": {
120
+
"type": "string"
121
+
},
122
+
"type": "array"
123
+
},
117
124
"supportsCustomValues": {
118
125
"description": "Whether the enumeration supports custom values (e.g. values which are not part of the set defined in `values`). If omitted no custom values are supported.",
119
126
"type": "boolean"
@@ -161,6 +168,13 @@
161
168
"description": "Since when (release number) this enumeration entry is available. Is undefined if not known.",
162
169
"type": "string"
163
170
},
171
+
"sinceTags": {
172
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
173
+
"items": {
174
+
"type": "string"
175
+
},
176
+
"type": "array"
177
+
},
164
178
"value": {
165
179
"description": "The value.",
166
180
"type": [
@@ -393,6 +407,13 @@
393
407
"since": {
394
408
"description": "Since when (release number) this notification is available. Is undefined if not known.",
395
409
"type": "string"
410
+
},
411
+
"sinceTags": {
412
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
413
+
"items": {
414
+
"type": "string"
415
+
},
416
+
"type": "array"
396
417
}
397
418
},
398
419
"required": [
@@ -450,6 +471,13 @@
450
471
"description": "Since when (release number) this property is available. Is undefined if not known.",
451
472
"type": "string"
452
473
},
474
+
"sinceTags": {
475
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
476
+
"items": {
477
+
"type": "string"
478
+
},
479
+
"type": "array"
480
+
},
453
481
"type": {
454
482
"$ref": "#/definitions/Type",
455
483
"description": "The type of the property"
@@ -540,6 +568,17 @@
540
568
"since": {
541
569
"description": "Since when (release number) this request is available. Is undefined if not known.",
542
570
"type": "string"
571
+
},
572
+
"sinceTags": {
573
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
574
+
"items": {
575
+
"type": "string"
576
+
},
577
+
"type": "array"
578
+
},
579
+
"typeName": {
580
+
"description": "The type name of the request if any.",
581
+
"type": "string"
543
582
}
544
583
},
545
584
"required": [
@@ -611,6 +650,13 @@
611
650
"since": {
612
651
"description": "Since when (release number) this structure is available. Is undefined if not known.",
613
652
"type": "string"
653
+
},
654
+
"sinceTags": {
655
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
656
+
"items": {
657
+
"type": "string"
658
+
},
659
+
"type": "array"
614
660
}
615
661
},
616
662
"required": [
@@ -645,6 +691,13 @@
645
691
"since": {
646
692
"description": "Since when (release number) this structure is available. Is undefined if not known.",
647
693
"type": "string"
694
+
},
695
+
"sinceTags": {
696
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
697
+
"items": {
698
+
"type": "string"
699
+
},
700
+
"type": "array"
648
701
}
649
702
},
650
703
"required": [
@@ -752,6 +805,13 @@
752
805
"description": "Since when (release number) this structure is available. Is undefined if not known.",
753
806
"type": "string"
754
807
},
808
+
"sinceTags": {
809
+
"description": "All since tags in case there was more than one tag. Is undefined if not known.",
0 commit comments