rxome-generator 1.0.3 → 1.0.4-beta.1

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.
@@ -0,0 +1,1950 @@
1
+ // Auto-generated from phenopackets.json for browser compatibility
2
+ export default
3
+ {
4
+ "nested": {
5
+ "org": {
6
+ "nested": {
7
+ "phenopackets": {
8
+ "nested": {
9
+ "schema": {
10
+ "nested": {
11
+ "v2": {
12
+ "options": {
13
+ "java_multiple_files": true,
14
+ "java_package": "org.phenopackets.schema.v2"
15
+ },
16
+ "nested": {
17
+ "Phenopacket": {
18
+ "fields": {
19
+ "id": {
20
+ "type": "string",
21
+ "id": 1
22
+ },
23
+ "subject": {
24
+ "type": "core.Individual",
25
+ "id": 2
26
+ },
27
+ "phenotypicFeatures": {
28
+ "rule": "repeated",
29
+ "type": "core.PhenotypicFeature",
30
+ "id": 3
31
+ },
32
+ "measurements": {
33
+ "rule": "repeated",
34
+ "type": "core.Measurement",
35
+ "id": 4
36
+ },
37
+ "biosamples": {
38
+ "rule": "repeated",
39
+ "type": "core.Biosample",
40
+ "id": 5
41
+ },
42
+ "interpretations": {
43
+ "rule": "repeated",
44
+ "type": "core.Interpretation",
45
+ "id": 6
46
+ },
47
+ "diseases": {
48
+ "rule": "repeated",
49
+ "type": "core.Disease",
50
+ "id": 7
51
+ },
52
+ "medicalActions": {
53
+ "rule": "repeated",
54
+ "type": "core.MedicalAction",
55
+ "id": 9
56
+ },
57
+ "files": {
58
+ "rule": "repeated",
59
+ "type": "core.File",
60
+ "id": 10
61
+ },
62
+ "metaData": {
63
+ "type": "core.MetaData",
64
+ "id": 11
65
+ },
66
+ "compressedFeatures": {
67
+ "type": "compressedFeatures",
68
+ "id": 12
69
+ },
70
+ "comment": {
71
+ "type": "string",
72
+ "id": 13
73
+ }
74
+ }
75
+ },
76
+ "compressedFeatures": {
77
+ "fields": {
78
+ "includes": {
79
+ "rule": "repeated",
80
+ "type": "string",
81
+ "id": 1
82
+ },
83
+ "excludes": {
84
+ "rule": "repeated",
85
+ "type": "string",
86
+ "id": 2
87
+ }
88
+ }
89
+ },
90
+ "Family": {
91
+ "fields": {
92
+ "id": {
93
+ "type": "string",
94
+ "id": 1
95
+ },
96
+ "proband": {
97
+ "type": "Phenopacket",
98
+ "id": 2
99
+ },
100
+ "relatives": {
101
+ "rule": "repeated",
102
+ "type": "Phenopacket",
103
+ "id": 3
104
+ },
105
+ "consanguinousParents": {
106
+ "type": "bool",
107
+ "id": 7
108
+ },
109
+ "pedigree": {
110
+ "type": "core.Pedigree",
111
+ "id": 4
112
+ },
113
+ "files": {
114
+ "rule": "repeated",
115
+ "type": "core.File",
116
+ "id": 5
117
+ },
118
+ "metaData": {
119
+ "type": "core.MetaData",
120
+ "id": 6
121
+ }
122
+ }
123
+ },
124
+ "Cohort": {
125
+ "fields": {
126
+ "id": {
127
+ "type": "string",
128
+ "id": 1
129
+ },
130
+ "description": {
131
+ "type": "string",
132
+ "id": 2
133
+ },
134
+ "members": {
135
+ "rule": "repeated",
136
+ "type": "Phenopacket",
137
+ "id": 3
138
+ },
139
+ "files": {
140
+ "rule": "repeated",
141
+ "type": "core.File",
142
+ "id": 4
143
+ },
144
+ "metaData": {
145
+ "type": "core.MetaData",
146
+ "id": 5
147
+ }
148
+ }
149
+ },
150
+ "core": {
151
+ "options": {
152
+ "java_multiple_files": true,
153
+ "java_package": "org.phenopackets.schema.v2.core"
154
+ },
155
+ "nested": {
156
+ "OntologyClass": {
157
+ "fields": {
158
+ "id": {
159
+ "type": "string",
160
+ "id": 1
161
+ },
162
+ "label": {
163
+ "type": "string",
164
+ "id": 2
165
+ }
166
+ }
167
+ },
168
+ "ExternalReference": {
169
+ "fields": {
170
+ "id": {
171
+ "type": "string",
172
+ "id": 1
173
+ },
174
+ "reference": {
175
+ "type": "string",
176
+ "id": 2
177
+ },
178
+ "description": {
179
+ "type": "string",
180
+ "id": 3
181
+ }
182
+ }
183
+ },
184
+ "Evidence": {
185
+ "fields": {
186
+ "evidenceCode": {
187
+ "type": "OntologyClass",
188
+ "id": 1
189
+ },
190
+ "reference": {
191
+ "type": "ExternalReference",
192
+ "id": 2
193
+ }
194
+ }
195
+ },
196
+ "Procedure": {
197
+ "fields": {
198
+ "code": {
199
+ "type": "OntologyClass",
200
+ "id": 1
201
+ },
202
+ "bodySite": {
203
+ "type": "OntologyClass",
204
+ "id": 2
205
+ },
206
+ "performed": {
207
+ "type": "TimeElement",
208
+ "id": 3
209
+ }
210
+ }
211
+ },
212
+ "GestationalAge": {
213
+ "fields": {
214
+ "weeks": {
215
+ "type": "int32",
216
+ "id": 1
217
+ },
218
+ "days": {
219
+ "type": "int32",
220
+ "id": 2
221
+ }
222
+ }
223
+ },
224
+ "Age": {
225
+ "fields": {
226
+ "iso8601duration": {
227
+ "type": "string",
228
+ "id": 1
229
+ }
230
+ }
231
+ },
232
+ "AgeRange": {
233
+ "fields": {
234
+ "start": {
235
+ "type": "Age",
236
+ "id": 1
237
+ },
238
+ "end": {
239
+ "type": "Age",
240
+ "id": 2
241
+ }
242
+ }
243
+ },
244
+ "TimeInterval": {
245
+ "fields": {
246
+ "start": {
247
+ "type": "google.protobuf.Timestamp",
248
+ "id": 1
249
+ },
250
+ "end": {
251
+ "type": "google.protobuf.Timestamp",
252
+ "id": 2
253
+ }
254
+ }
255
+ },
256
+ "TimeElement": {
257
+ "oneofs": {
258
+ "element": {
259
+ "oneof": [
260
+ "gestationalAge",
261
+ "age",
262
+ "ageRange",
263
+ "ontologyClass",
264
+ "timestamp",
265
+ "interval"
266
+ ]
267
+ }
268
+ },
269
+ "fields": {
270
+ "gestationalAge": {
271
+ "type": "GestationalAge",
272
+ "id": 6
273
+ },
274
+ "age": {
275
+ "type": "Age",
276
+ "id": 1
277
+ },
278
+ "ageRange": {
279
+ "type": "AgeRange",
280
+ "id": 2
281
+ },
282
+ "ontologyClass": {
283
+ "type": "OntologyClass",
284
+ "id": 3
285
+ },
286
+ "timestamp": {
287
+ "type": "google.protobuf.Timestamp",
288
+ "id": 4
289
+ },
290
+ "interval": {
291
+ "type": "TimeInterval",
292
+ "id": 5
293
+ }
294
+ }
295
+ },
296
+ "File": {
297
+ "fields": {
298
+ "uri": {
299
+ "type": "string",
300
+ "id": 1
301
+ },
302
+ "individualToFileIdentifiers": {
303
+ "keyType": "string",
304
+ "type": "string",
305
+ "id": 2
306
+ },
307
+ "fileAttributes": {
308
+ "keyType": "string",
309
+ "type": "string",
310
+ "id": 3
311
+ }
312
+ }
313
+ },
314
+ "Biosample": {
315
+ "fields": {
316
+ "id": {
317
+ "type": "string",
318
+ "id": 1
319
+ },
320
+ "individualId": {
321
+ "type": "string",
322
+ "id": 2
323
+ },
324
+ "derivedFromId": {
325
+ "type": "string",
326
+ "id": 3
327
+ },
328
+ "description": {
329
+ "type": "string",
330
+ "id": 4
331
+ },
332
+ "sampledTissue": {
333
+ "type": "OntologyClass",
334
+ "id": 5
335
+ },
336
+ "sampleType": {
337
+ "type": "OntologyClass",
338
+ "id": 6
339
+ },
340
+ "phenotypicFeatures": {
341
+ "rule": "repeated",
342
+ "type": "PhenotypicFeature",
343
+ "id": 7
344
+ },
345
+ "measurements": {
346
+ "rule": "repeated",
347
+ "type": "Measurement",
348
+ "id": 8
349
+ },
350
+ "taxonomy": {
351
+ "type": "OntologyClass",
352
+ "id": 9
353
+ },
354
+ "timeOfCollection": {
355
+ "type": "TimeElement",
356
+ "id": 10
357
+ },
358
+ "histologicalDiagnosis": {
359
+ "type": "OntologyClass",
360
+ "id": 11
361
+ },
362
+ "tumorProgression": {
363
+ "type": "OntologyClass",
364
+ "id": 12
365
+ },
366
+ "tumorGrade": {
367
+ "type": "OntologyClass",
368
+ "id": 13
369
+ },
370
+ "pathologicalStage": {
371
+ "type": "OntologyClass",
372
+ "id": 14
373
+ },
374
+ "pathologicalTnmFinding": {
375
+ "rule": "repeated",
376
+ "type": "OntologyClass",
377
+ "id": 15
378
+ },
379
+ "diagnosticMarkers": {
380
+ "rule": "repeated",
381
+ "type": "OntologyClass",
382
+ "id": 16
383
+ },
384
+ "procedure": {
385
+ "type": "Procedure",
386
+ "id": 17
387
+ },
388
+ "files": {
389
+ "rule": "repeated",
390
+ "type": "File",
391
+ "id": 18
392
+ },
393
+ "materialSample": {
394
+ "type": "OntologyClass",
395
+ "id": 19
396
+ },
397
+ "sampleProcessing": {
398
+ "type": "OntologyClass",
399
+ "id": 20
400
+ },
401
+ "sampleStorage": {
402
+ "type": "OntologyClass",
403
+ "id": 21
404
+ }
405
+ }
406
+ },
407
+ "Measurement": {
408
+ "oneofs": {
409
+ "measurementValue": {
410
+ "oneof": [
411
+ "value",
412
+ "complexValue"
413
+ ]
414
+ }
415
+ },
416
+ "fields": {
417
+ "description": {
418
+ "type": "string",
419
+ "id": 1
420
+ },
421
+ "assay": {
422
+ "type": "OntologyClass",
423
+ "id": 2
424
+ },
425
+ "value": {
426
+ "type": "Value",
427
+ "id": 3
428
+ },
429
+ "complexValue": {
430
+ "type": "ComplexValue",
431
+ "id": 4
432
+ },
433
+ "timeObserved": {
434
+ "type": "TimeElement",
435
+ "id": 5
436
+ },
437
+ "procedure": {
438
+ "type": "Procedure",
439
+ "id": 6
440
+ }
441
+ }
442
+ },
443
+ "Value": {
444
+ "oneofs": {
445
+ "value": {
446
+ "oneof": [
447
+ "quantity",
448
+ "ontologyClass"
449
+ ]
450
+ }
451
+ },
452
+ "fields": {
453
+ "quantity": {
454
+ "type": "Quantity",
455
+ "id": 1
456
+ },
457
+ "ontologyClass": {
458
+ "type": "OntologyClass",
459
+ "id": 2
460
+ }
461
+ }
462
+ },
463
+ "ComplexValue": {
464
+ "fields": {
465
+ "typedQuantities": {
466
+ "rule": "repeated",
467
+ "type": "TypedQuantity",
468
+ "id": 1
469
+ }
470
+ }
471
+ },
472
+ "Quantity": {
473
+ "fields": {
474
+ "unit": {
475
+ "type": "OntologyClass",
476
+ "id": 1
477
+ },
478
+ "value": {
479
+ "type": "double",
480
+ "id": 2
481
+ },
482
+ "referenceRange": {
483
+ "type": "ReferenceRange",
484
+ "id": 3
485
+ }
486
+ }
487
+ },
488
+ "TypedQuantity": {
489
+ "fields": {
490
+ "type": {
491
+ "type": "OntologyClass",
492
+ "id": 1
493
+ },
494
+ "quantity": {
495
+ "type": "Quantity",
496
+ "id": 2
497
+ }
498
+ }
499
+ },
500
+ "ReferenceRange": {
501
+ "fields": {
502
+ "unit": {
503
+ "type": "OntologyClass",
504
+ "id": 1
505
+ },
506
+ "low": {
507
+ "type": "double",
508
+ "id": 2
509
+ },
510
+ "high": {
511
+ "type": "double",
512
+ "id": 3
513
+ }
514
+ }
515
+ },
516
+ "PhenotypicFeature": {
517
+ "fields": {
518
+ "description": {
519
+ "type": "string",
520
+ "id": 1
521
+ },
522
+ "type": {
523
+ "type": "OntologyClass",
524
+ "id": 2
525
+ },
526
+ "excluded": {
527
+ "type": "bool",
528
+ "id": 3
529
+ },
530
+ "severity": {
531
+ "type": "OntologyClass",
532
+ "id": 4
533
+ },
534
+ "modifiers": {
535
+ "rule": "repeated",
536
+ "type": "OntologyClass",
537
+ "id": 5
538
+ },
539
+ "onset": {
540
+ "type": "TimeElement",
541
+ "id": 6
542
+ },
543
+ "resolution": {
544
+ "type": "TimeElement",
545
+ "id": 7
546
+ },
547
+ "evidence": {
548
+ "rule": "repeated",
549
+ "type": "Evidence",
550
+ "id": 8
551
+ }
552
+ }
553
+ },
554
+ "Disease": {
555
+ "fields": {
556
+ "term": {
557
+ "type": "OntologyClass",
558
+ "id": 1
559
+ },
560
+ "excluded": {
561
+ "type": "bool",
562
+ "id": 2
563
+ },
564
+ "onset": {
565
+ "type": "TimeElement",
566
+ "id": 3
567
+ },
568
+ "resolution": {
569
+ "type": "TimeElement",
570
+ "id": 4
571
+ },
572
+ "diseaseStage": {
573
+ "rule": "repeated",
574
+ "type": "OntologyClass",
575
+ "id": 5
576
+ },
577
+ "clinicalTnmFinding": {
578
+ "rule": "repeated",
579
+ "type": "OntologyClass",
580
+ "id": 6
581
+ },
582
+ "primarySite": {
583
+ "type": "OntologyClass",
584
+ "id": 7
585
+ },
586
+ "laterality": {
587
+ "type": "OntologyClass",
588
+ "id": 8
589
+ }
590
+ }
591
+ },
592
+ "Interpretation": {
593
+ "fields": {
594
+ "id": {
595
+ "type": "string",
596
+ "id": 1
597
+ },
598
+ "progressStatus": {
599
+ "type": "ProgressStatus",
600
+ "id": 2
601
+ },
602
+ "diagnosis": {
603
+ "type": "Diagnosis",
604
+ "id": 3
605
+ },
606
+ "summary": {
607
+ "type": "string",
608
+ "id": 4
609
+ }
610
+ },
611
+ "nested": {
612
+ "ProgressStatus": {
613
+ "values": {
614
+ "UNKNOWN_PROGRESS": 0,
615
+ "IN_PROGRESS": 1,
616
+ "COMPLETED": 2,
617
+ "SOLVED": 3,
618
+ "UNSOLVED": 4
619
+ }
620
+ }
621
+ }
622
+ },
623
+ "Diagnosis": {
624
+ "fields": {
625
+ "disease": {
626
+ "type": "OntologyClass",
627
+ "id": 1
628
+ },
629
+ "genomicInterpretations": {
630
+ "rule": "repeated",
631
+ "type": "GenomicInterpretation",
632
+ "id": 2
633
+ }
634
+ }
635
+ },
636
+ "GenomicInterpretation": {
637
+ "oneofs": {
638
+ "call": {
639
+ "oneof": [
640
+ "gene",
641
+ "variantInterpretation"
642
+ ]
643
+ }
644
+ },
645
+ "fields": {
646
+ "subjectOrBiosampleId": {
647
+ "type": "string",
648
+ "id": 1
649
+ },
650
+ "interpretationStatus": {
651
+ "type": "InterpretationStatus",
652
+ "id": 2
653
+ },
654
+ "gene": {
655
+ "type": "org.ga4gh.vrsatile.v1.GeneDescriptor",
656
+ "id": 3
657
+ },
658
+ "variantInterpretation": {
659
+ "type": "VariantInterpretation",
660
+ "id": 4
661
+ }
662
+ },
663
+ "nested": {
664
+ "InterpretationStatus": {
665
+ "values": {
666
+ "UNKNOWN_STATUS": 0,
667
+ "REJECTED": 1,
668
+ "CANDIDATE": 2,
669
+ "CONTRIBUTORY": 3,
670
+ "CAUSATIVE": 4
671
+ }
672
+ }
673
+ }
674
+ },
675
+ "AcmgPathogenicityClassification": {
676
+ "values": {
677
+ "NOT_PROVIDED": 0,
678
+ "BENIGN": 1,
679
+ "LIKELY_BENIGN": 2,
680
+ "UNCERTAIN_SIGNIFICANCE": 3,
681
+ "LIKELY_PATHOGENIC": 4,
682
+ "PATHOGENIC": 5
683
+ }
684
+ },
685
+ "TherapeuticActionability": {
686
+ "values": {
687
+ "UNKNOWN_ACTIONABILITY": 0,
688
+ "NOT_ACTIONABLE": 1,
689
+ "ACTIONABLE": 2
690
+ }
691
+ },
692
+ "VariantInterpretation": {
693
+ "fields": {
694
+ "acmgPathogenicityClassification": {
695
+ "type": "AcmgPathogenicityClassification",
696
+ "id": 1
697
+ },
698
+ "therapeuticActionability": {
699
+ "type": "TherapeuticActionability",
700
+ "id": 2
701
+ },
702
+ "variationDescriptor": {
703
+ "type": "org.ga4gh.vrsatile.v1.VariationDescriptor",
704
+ "id": 3
705
+ }
706
+ }
707
+ },
708
+ "Individual": {
709
+ "fields": {
710
+ "id": {
711
+ "type": "string",
712
+ "id": 1
713
+ },
714
+ "alternateIds": {
715
+ "rule": "repeated",
716
+ "type": "string",
717
+ "id": 2
718
+ },
719
+ "dateOfBirth": {
720
+ "type": "string",
721
+ "id": 3
722
+ },
723
+ "timeAtLastEncounter": {
724
+ "type": "TimeElement",
725
+ "id": 4
726
+ },
727
+ "vitalStatus": {
728
+ "type": "VitalStatus",
729
+ "id": 5
730
+ },
731
+ "sex": {
732
+ "type": "Sex",
733
+ "id": 6
734
+ },
735
+ "karyotypicSex": {
736
+ "type": "KaryotypicSex",
737
+ "id": 7
738
+ },
739
+ "gender": {
740
+ "type": "OntologyClass",
741
+ "id": 8
742
+ },
743
+ "taxonomy": {
744
+ "type": "OntologyClass",
745
+ "id": 9
746
+ }
747
+ }
748
+ },
749
+ "VitalStatus": {
750
+ "fields": {
751
+ "status": {
752
+ "type": "Status",
753
+ "id": 1
754
+ },
755
+ "timeOfDeath": {
756
+ "type": "TimeElement",
757
+ "id": 2
758
+ },
759
+ "causeOfDeath": {
760
+ "type": "OntologyClass",
761
+ "id": 3
762
+ },
763
+ "survivalTimeInDays": {
764
+ "type": "uint32",
765
+ "id": 4
766
+ }
767
+ },
768
+ "nested": {
769
+ "Status": {
770
+ "values": {
771
+ "UNKNOWN_STATUS": 0,
772
+ "ALIVE": 1,
773
+ "DECEASED": 2
774
+ }
775
+ }
776
+ }
777
+ },
778
+ "Sex": {
779
+ "values": {
780
+ "UNKNOWN_SEX": 0,
781
+ "FEMALE": 1,
782
+ "MALE": 2,
783
+ "OTHER_SEX": 3
784
+ }
785
+ },
786
+ "KaryotypicSex": {
787
+ "values": {
788
+ "UNKNOWN_KARYOTYPE": 0,
789
+ "XX": 1,
790
+ "XY": 2,
791
+ "XO": 3,
792
+ "XXY": 4,
793
+ "XXX": 5,
794
+ "XXYY": 6,
795
+ "XXXY": 7,
796
+ "XXXX": 8,
797
+ "XYY": 9,
798
+ "OTHER_KARYOTYPE": 10
799
+ }
800
+ },
801
+ "MedicalAction": {
802
+ "oneofs": {
803
+ "action": {
804
+ "oneof": [
805
+ "procedure",
806
+ "treatment",
807
+ "radiationTherapy",
808
+ "therapeuticRegimen"
809
+ ]
810
+ }
811
+ },
812
+ "fields": {
813
+ "procedure": {
814
+ "type": "Procedure",
815
+ "id": 1
816
+ },
817
+ "treatment": {
818
+ "type": "Treatment",
819
+ "id": 2
820
+ },
821
+ "radiationTherapy": {
822
+ "type": "RadiationTherapy",
823
+ "id": 3
824
+ },
825
+ "therapeuticRegimen": {
826
+ "type": "TherapeuticRegimen",
827
+ "id": 4
828
+ },
829
+ "treatmentTarget": {
830
+ "type": "OntologyClass",
831
+ "id": 5
832
+ },
833
+ "treatmentIntent": {
834
+ "type": "OntologyClass",
835
+ "id": 6
836
+ },
837
+ "responseToTreatment": {
838
+ "type": "OntologyClass",
839
+ "id": 7
840
+ },
841
+ "adverseEvents": {
842
+ "rule": "repeated",
843
+ "type": "OntologyClass",
844
+ "id": 8
845
+ },
846
+ "treatmentTerminationReason": {
847
+ "type": "OntologyClass",
848
+ "id": 9
849
+ }
850
+ }
851
+ },
852
+ "Treatment": {
853
+ "fields": {
854
+ "agent": {
855
+ "type": "OntologyClass",
856
+ "id": 1
857
+ },
858
+ "routeOfAdministration": {
859
+ "type": "OntologyClass",
860
+ "id": 2
861
+ },
862
+ "doseIntervals": {
863
+ "rule": "repeated",
864
+ "type": "DoseInterval",
865
+ "id": 3
866
+ },
867
+ "drugType": {
868
+ "type": "DrugType",
869
+ "id": 4
870
+ },
871
+ "cumulativeDose": {
872
+ "type": "Quantity",
873
+ "id": 5
874
+ }
875
+ }
876
+ },
877
+ "DoseInterval": {
878
+ "fields": {
879
+ "quantity": {
880
+ "type": "Quantity",
881
+ "id": 1
882
+ },
883
+ "scheduleFrequency": {
884
+ "type": "OntologyClass",
885
+ "id": 2
886
+ },
887
+ "interval": {
888
+ "type": "TimeInterval",
889
+ "id": 3
890
+ }
891
+ }
892
+ },
893
+ "DrugType": {
894
+ "values": {
895
+ "UNKNOWN_DRUG_TYPE": 0,
896
+ "PRESCRIPTION": 1,
897
+ "EHR_MEDICATION_LIST": 2,
898
+ "ADMINISTRATION_RELATED_TO_PROCEDURE": 3
899
+ }
900
+ },
901
+ "RadiationTherapy": {
902
+ "fields": {
903
+ "modality": {
904
+ "type": "OntologyClass",
905
+ "id": 1
906
+ },
907
+ "bodySite": {
908
+ "type": "OntologyClass",
909
+ "id": 2
910
+ },
911
+ "dosage": {
912
+ "type": "int32",
913
+ "id": 3
914
+ },
915
+ "fractions": {
916
+ "type": "int32",
917
+ "id": 4
918
+ }
919
+ }
920
+ },
921
+ "TherapeuticRegimen": {
922
+ "oneofs": {
923
+ "identifier": {
924
+ "oneof": [
925
+ "externalReference",
926
+ "ontologyClass"
927
+ ]
928
+ }
929
+ },
930
+ "fields": {
931
+ "externalReference": {
932
+ "type": "ExternalReference",
933
+ "id": 1
934
+ },
935
+ "ontologyClass": {
936
+ "type": "OntologyClass",
937
+ "id": 2
938
+ },
939
+ "startTime": {
940
+ "type": "TimeElement",
941
+ "id": 3
942
+ },
943
+ "endTime": {
944
+ "type": "TimeElement",
945
+ "id": 4
946
+ },
947
+ "regimenStatus": {
948
+ "type": "RegimenStatus",
949
+ "id": 5
950
+ }
951
+ },
952
+ "nested": {
953
+ "RegimenStatus": {
954
+ "values": {
955
+ "UNKNOWN_STATUS": 0,
956
+ "STARTED": 1,
957
+ "COMPLETED": 2,
958
+ "DISCONTINUED": 3
959
+ }
960
+ }
961
+ }
962
+ },
963
+ "MetaData": {
964
+ "fields": {
965
+ "created": {
966
+ "type": "string",
967
+ "id": 1
968
+ },
969
+ "createdBy": {
970
+ "type": "string",
971
+ "id": 2
972
+ },
973
+ "submittedBy": {
974
+ "type": "string",
975
+ "id": 3
976
+ },
977
+ "resources": {
978
+ "rule": "repeated",
979
+ "type": "Resource",
980
+ "id": 4
981
+ },
982
+ "updates": {
983
+ "rule": "repeated",
984
+ "type": "Update",
985
+ "id": 5
986
+ },
987
+ "phenopacketSchemaVersion": {
988
+ "type": "string",
989
+ "id": 6
990
+ },
991
+ "externalReferences": {
992
+ "rule": "repeated",
993
+ "type": "ExternalReference",
994
+ "id": 7
995
+ },
996
+ "pseudonym": {
997
+ "type": "string",
998
+ "id": 8
999
+ }
1000
+ }
1001
+ },
1002
+ "Resource": {
1003
+ "fields": {
1004
+ "id": {
1005
+ "type": "string",
1006
+ "id": 1
1007
+ },
1008
+ "name": {
1009
+ "type": "string",
1010
+ "id": 2
1011
+ },
1012
+ "url": {
1013
+ "type": "string",
1014
+ "id": 3
1015
+ },
1016
+ "version": {
1017
+ "type": "string",
1018
+ "id": 4
1019
+ },
1020
+ "namespacePrefix": {
1021
+ "type": "string",
1022
+ "id": 5
1023
+ },
1024
+ "iriPrefix": {
1025
+ "type": "string",
1026
+ "id": 6
1027
+ }
1028
+ }
1029
+ },
1030
+ "Update": {
1031
+ "fields": {
1032
+ "timestamp": {
1033
+ "type": "google.protobuf.Timestamp",
1034
+ "id": 1
1035
+ },
1036
+ "updatedBy": {
1037
+ "type": "string",
1038
+ "id": 2
1039
+ },
1040
+ "comment": {
1041
+ "type": "string",
1042
+ "id": 3
1043
+ }
1044
+ }
1045
+ },
1046
+ "Pedigree": {
1047
+ "fields": {
1048
+ "persons": {
1049
+ "rule": "repeated",
1050
+ "type": "Person",
1051
+ "id": 1
1052
+ }
1053
+ },
1054
+ "nested": {
1055
+ "Person": {
1056
+ "fields": {
1057
+ "familyId": {
1058
+ "type": "string",
1059
+ "id": 1
1060
+ },
1061
+ "individualId": {
1062
+ "type": "string",
1063
+ "id": 2
1064
+ },
1065
+ "paternalId": {
1066
+ "type": "string",
1067
+ "id": 3
1068
+ },
1069
+ "maternalId": {
1070
+ "type": "string",
1071
+ "id": 4
1072
+ },
1073
+ "sex": {
1074
+ "type": "Sex",
1075
+ "id": 5
1076
+ },
1077
+ "affectedStatus": {
1078
+ "type": "AffectedStatus",
1079
+ "id": 6
1080
+ }
1081
+ },
1082
+ "nested": {
1083
+ "AffectedStatus": {
1084
+ "values": {
1085
+ "MISSING": 0,
1086
+ "UNAFFECTED": 1,
1087
+ "AFFECTED": 2
1088
+ }
1089
+ }
1090
+ }
1091
+ }
1092
+ }
1093
+ }
1094
+ }
1095
+ }
1096
+ }
1097
+ }
1098
+ }
1099
+ }
1100
+ }
1101
+ },
1102
+ "ga4gh": {
1103
+ "nested": {
1104
+ "vrsatile": {
1105
+ "nested": {
1106
+ "v1": {
1107
+ "options": {
1108
+ "java_multiple_files": true,
1109
+ "java_package": "org.ga4gh.vrsatile.v1"
1110
+ },
1111
+ "nested": {
1112
+ "Extension": {
1113
+ "fields": {
1114
+ "name": {
1115
+ "type": "string",
1116
+ "id": 1
1117
+ },
1118
+ "value": {
1119
+ "type": "string",
1120
+ "id": 2
1121
+ }
1122
+ }
1123
+ },
1124
+ "Expression": {
1125
+ "fields": {
1126
+ "syntax": {
1127
+ "type": "string",
1128
+ "id": 1
1129
+ },
1130
+ "value": {
1131
+ "type": "string",
1132
+ "id": 2
1133
+ },
1134
+ "version": {
1135
+ "type": "string",
1136
+ "id": 3
1137
+ }
1138
+ }
1139
+ },
1140
+ "VcfRecord": {
1141
+ "fields": {
1142
+ "genomeAssembly": {
1143
+ "type": "string",
1144
+ "id": 1
1145
+ },
1146
+ "chrom": {
1147
+ "type": "string",
1148
+ "id": 2
1149
+ },
1150
+ "pos": {
1151
+ "type": "uint64",
1152
+ "id": 3
1153
+ },
1154
+ "id": {
1155
+ "type": "string",
1156
+ "id": 4
1157
+ },
1158
+ "ref": {
1159
+ "type": "string",
1160
+ "id": 5
1161
+ },
1162
+ "alt": {
1163
+ "type": "string",
1164
+ "id": 6
1165
+ },
1166
+ "qual": {
1167
+ "type": "string",
1168
+ "id": 7
1169
+ },
1170
+ "filter": {
1171
+ "type": "string",
1172
+ "id": 8
1173
+ },
1174
+ "info": {
1175
+ "type": "string",
1176
+ "id": 9
1177
+ }
1178
+ }
1179
+ },
1180
+ "VariationDescriptor": {
1181
+ "fields": {
1182
+ "id": {
1183
+ "type": "string",
1184
+ "id": 1
1185
+ },
1186
+ "variation": {
1187
+ "type": "org.ga4gh.vrs.v1.Variation",
1188
+ "id": 2
1189
+ },
1190
+ "label": {
1191
+ "type": "string",
1192
+ "id": 3
1193
+ },
1194
+ "description": {
1195
+ "type": "string",
1196
+ "id": 4
1197
+ },
1198
+ "geneContext": {
1199
+ "type": "GeneDescriptor",
1200
+ "id": 5
1201
+ },
1202
+ "expressions": {
1203
+ "rule": "repeated",
1204
+ "type": "Expression",
1205
+ "id": 6
1206
+ },
1207
+ "vcfRecord": {
1208
+ "type": "VcfRecord",
1209
+ "id": 7
1210
+ },
1211
+ "xrefs": {
1212
+ "rule": "repeated",
1213
+ "type": "string",
1214
+ "id": 8
1215
+ },
1216
+ "alternateLabels": {
1217
+ "rule": "repeated",
1218
+ "type": "string",
1219
+ "id": 9
1220
+ },
1221
+ "extensions": {
1222
+ "rule": "repeated",
1223
+ "type": "Extension",
1224
+ "id": 10
1225
+ },
1226
+ "moleculeContext": {
1227
+ "type": "MoleculeContext",
1228
+ "id": 11
1229
+ },
1230
+ "structuralType": {
1231
+ "type": "org.phenopackets.schema.v2.core.OntologyClass",
1232
+ "id": 12
1233
+ },
1234
+ "vrsRefAlleleSeq": {
1235
+ "type": "string",
1236
+ "id": 13
1237
+ },
1238
+ "allelicState": {
1239
+ "type": "org.phenopackets.schema.v2.core.OntologyClass",
1240
+ "id": 14
1241
+ }
1242
+ }
1243
+ },
1244
+ "MoleculeContext": {
1245
+ "values": {
1246
+ "unspecified_molecule_context": 0,
1247
+ "genomic": 1,
1248
+ "transcript": 2,
1249
+ "protein": 3
1250
+ }
1251
+ },
1252
+ "GeneDescriptor": {
1253
+ "fields": {
1254
+ "valueId": {
1255
+ "type": "string",
1256
+ "id": 1
1257
+ },
1258
+ "symbol": {
1259
+ "type": "string",
1260
+ "id": 2
1261
+ },
1262
+ "description": {
1263
+ "type": "string",
1264
+ "id": 3
1265
+ },
1266
+ "alternateIds": {
1267
+ "rule": "repeated",
1268
+ "type": "string",
1269
+ "id": 4
1270
+ },
1271
+ "alternateSymbols": {
1272
+ "rule": "repeated",
1273
+ "type": "string",
1274
+ "id": 5
1275
+ },
1276
+ "xrefs": {
1277
+ "rule": "repeated",
1278
+ "type": "string",
1279
+ "id": 6
1280
+ }
1281
+ }
1282
+ }
1283
+ }
1284
+ }
1285
+ }
1286
+ },
1287
+ "vrs": {
1288
+ "nested": {
1289
+ "v1": {
1290
+ "options": {
1291
+ "java_multiple_files": true,
1292
+ "java_package": "org.ga4gh.vrs.v1"
1293
+ },
1294
+ "nested": {
1295
+ "Variation": {
1296
+ "oneofs": {
1297
+ "variation": {
1298
+ "oneof": [
1299
+ "allele",
1300
+ "haplotype",
1301
+ "copyNumber",
1302
+ "text",
1303
+ "variationSet"
1304
+ ]
1305
+ }
1306
+ },
1307
+ "fields": {
1308
+ "allele": {
1309
+ "type": "Allele",
1310
+ "id": 1
1311
+ },
1312
+ "haplotype": {
1313
+ "type": "Haplotype",
1314
+ "id": 2
1315
+ },
1316
+ "copyNumber": {
1317
+ "type": "CopyNumber",
1318
+ "id": 3
1319
+ },
1320
+ "text": {
1321
+ "type": "Text",
1322
+ "id": 4
1323
+ },
1324
+ "variationSet": {
1325
+ "type": "VariationSet",
1326
+ "id": 5
1327
+ }
1328
+ }
1329
+ },
1330
+ "MolecularVariation": {
1331
+ "oneofs": {
1332
+ "molecularVariation": {
1333
+ "oneof": [
1334
+ "allele",
1335
+ "haplotype"
1336
+ ]
1337
+ }
1338
+ },
1339
+ "fields": {
1340
+ "allele": {
1341
+ "type": "Allele",
1342
+ "id": 1
1343
+ },
1344
+ "haplotype": {
1345
+ "type": "Haplotype",
1346
+ "id": 2
1347
+ }
1348
+ }
1349
+ },
1350
+ "UtilityVariation": {
1351
+ "oneofs": {
1352
+ "utilityVariation": {
1353
+ "oneof": [
1354
+ "text",
1355
+ "variationSet"
1356
+ ]
1357
+ }
1358
+ },
1359
+ "fields": {
1360
+ "text": {
1361
+ "type": "Text",
1362
+ "id": 1
1363
+ },
1364
+ "variationSet": {
1365
+ "type": "VariationSet",
1366
+ "id": 2
1367
+ }
1368
+ }
1369
+ },
1370
+ "SystemicVariation": {
1371
+ "oneofs": {
1372
+ "systemicVariation": {
1373
+ "oneof": [
1374
+ "copyNumber"
1375
+ ]
1376
+ }
1377
+ },
1378
+ "fields": {
1379
+ "copyNumber": {
1380
+ "type": "CopyNumber",
1381
+ "id": 1
1382
+ }
1383
+ }
1384
+ },
1385
+ "Allele": {
1386
+ "oneofs": {
1387
+ "location": {
1388
+ "oneof": [
1389
+ "curie",
1390
+ "chromosomeLocation",
1391
+ "sequenceLocation"
1392
+ ]
1393
+ },
1394
+ "state": {
1395
+ "oneof": [
1396
+ "sequenceState",
1397
+ "literalSequenceExpression",
1398
+ "derivedSequenceExpression",
1399
+ "repeatedSequenceExpression"
1400
+ ]
1401
+ }
1402
+ },
1403
+ "fields": {
1404
+ "_id": {
1405
+ "type": "string",
1406
+ "id": 1
1407
+ },
1408
+ "curie": {
1409
+ "type": "string",
1410
+ "id": 2
1411
+ },
1412
+ "chromosomeLocation": {
1413
+ "type": "ChromosomeLocation",
1414
+ "id": 3
1415
+ },
1416
+ "sequenceLocation": {
1417
+ "type": "SequenceLocation",
1418
+ "id": 4
1419
+ },
1420
+ "sequenceState": {
1421
+ "type": "SequenceState",
1422
+ "id": 100,
1423
+ "options": {
1424
+ "deprecated": true
1425
+ }
1426
+ },
1427
+ "literalSequenceExpression": {
1428
+ "type": "LiteralSequenceExpression",
1429
+ "id": 5
1430
+ },
1431
+ "derivedSequenceExpression": {
1432
+ "type": "DerivedSequenceExpression",
1433
+ "id": 6
1434
+ },
1435
+ "repeatedSequenceExpression": {
1436
+ "type": "RepeatedSequenceExpression",
1437
+ "id": 7
1438
+ }
1439
+ }
1440
+ },
1441
+ "Haplotype": {
1442
+ "fields": {
1443
+ "_id": {
1444
+ "type": "string",
1445
+ "id": 1
1446
+ },
1447
+ "members": {
1448
+ "rule": "repeated",
1449
+ "type": "Member",
1450
+ "id": 2
1451
+ }
1452
+ },
1453
+ "nested": {
1454
+ "Member": {
1455
+ "oneofs": {
1456
+ "value": {
1457
+ "oneof": [
1458
+ "allele",
1459
+ "curie"
1460
+ ]
1461
+ }
1462
+ },
1463
+ "fields": {
1464
+ "allele": {
1465
+ "type": "Allele",
1466
+ "id": 1
1467
+ },
1468
+ "curie": {
1469
+ "type": "string",
1470
+ "id": 2
1471
+ }
1472
+ }
1473
+ }
1474
+ }
1475
+ },
1476
+ "Text": {
1477
+ "fields": {
1478
+ "_id": {
1479
+ "type": "string",
1480
+ "id": 1
1481
+ },
1482
+ "definition": {
1483
+ "type": "string",
1484
+ "id": 2
1485
+ }
1486
+ }
1487
+ },
1488
+ "VariationSet": {
1489
+ "fields": {
1490
+ "_id": {
1491
+ "type": "string",
1492
+ "id": 1
1493
+ },
1494
+ "members": {
1495
+ "rule": "repeated",
1496
+ "type": "Member",
1497
+ "id": 2
1498
+ }
1499
+ },
1500
+ "nested": {
1501
+ "Member": {
1502
+ "oneofs": {
1503
+ "value": {
1504
+ "oneof": [
1505
+ "curie",
1506
+ "allele",
1507
+ "haplotype",
1508
+ "copyNumber",
1509
+ "text",
1510
+ "variationSet"
1511
+ ]
1512
+ }
1513
+ },
1514
+ "fields": {
1515
+ "curie": {
1516
+ "type": "string",
1517
+ "id": 1
1518
+ },
1519
+ "allele": {
1520
+ "type": "Allele",
1521
+ "id": 2
1522
+ },
1523
+ "haplotype": {
1524
+ "type": "Haplotype",
1525
+ "id": 3
1526
+ },
1527
+ "copyNumber": {
1528
+ "type": "CopyNumber",
1529
+ "id": 4
1530
+ },
1531
+ "text": {
1532
+ "type": "Text",
1533
+ "id": 5
1534
+ },
1535
+ "variationSet": {
1536
+ "type": "VariationSet",
1537
+ "id": 6
1538
+ }
1539
+ }
1540
+ }
1541
+ }
1542
+ },
1543
+ "Abundance": {
1544
+ "oneofs": {
1545
+ "abundance": {
1546
+ "oneof": [
1547
+ "copyNumber"
1548
+ ]
1549
+ }
1550
+ },
1551
+ "fields": {
1552
+ "copyNumber": {
1553
+ "type": "CopyNumber",
1554
+ "id": 1
1555
+ }
1556
+ }
1557
+ },
1558
+ "CopyNumber": {
1559
+ "oneofs": {
1560
+ "subject": {
1561
+ "oneof": [
1562
+ "allele",
1563
+ "haplotype",
1564
+ "gene",
1565
+ "literalSequenceExpression",
1566
+ "derivedSequenceExpression",
1567
+ "repeatedSequenceExpression",
1568
+ "curie"
1569
+ ]
1570
+ },
1571
+ "copies": {
1572
+ "oneof": [
1573
+ "number",
1574
+ "indefiniteRange",
1575
+ "definiteRange"
1576
+ ]
1577
+ }
1578
+ },
1579
+ "fields": {
1580
+ "_id": {
1581
+ "type": "string",
1582
+ "id": 1
1583
+ },
1584
+ "allele": {
1585
+ "type": "Allele",
1586
+ "id": 2
1587
+ },
1588
+ "haplotype": {
1589
+ "type": "Haplotype",
1590
+ "id": 3
1591
+ },
1592
+ "gene": {
1593
+ "type": "Gene",
1594
+ "id": 4
1595
+ },
1596
+ "literalSequenceExpression": {
1597
+ "type": "LiteralSequenceExpression",
1598
+ "id": 5
1599
+ },
1600
+ "derivedSequenceExpression": {
1601
+ "type": "DerivedSequenceExpression",
1602
+ "id": 6
1603
+ },
1604
+ "repeatedSequenceExpression": {
1605
+ "type": "RepeatedSequenceExpression",
1606
+ "id": 7
1607
+ },
1608
+ "curie": {
1609
+ "type": "string",
1610
+ "id": 8
1611
+ },
1612
+ "number": {
1613
+ "type": "Number",
1614
+ "id": 9
1615
+ },
1616
+ "indefiniteRange": {
1617
+ "type": "IndefiniteRange",
1618
+ "id": 10
1619
+ },
1620
+ "definiteRange": {
1621
+ "type": "DefiniteRange",
1622
+ "id": 11
1623
+ }
1624
+ }
1625
+ },
1626
+ "Location": {
1627
+ "oneofs": {
1628
+ "location": {
1629
+ "oneof": [
1630
+ "chromosomeLocation",
1631
+ "sequenceLocation"
1632
+ ]
1633
+ }
1634
+ },
1635
+ "fields": {
1636
+ "chromosomeLocation": {
1637
+ "type": "ChromosomeLocation",
1638
+ "id": 1
1639
+ },
1640
+ "sequenceLocation": {
1641
+ "type": "SequenceLocation",
1642
+ "id": 2
1643
+ }
1644
+ }
1645
+ },
1646
+ "ChromosomeLocation": {
1647
+ "fields": {
1648
+ "_id": {
1649
+ "type": "string",
1650
+ "id": 1
1651
+ },
1652
+ "speciesId": {
1653
+ "type": "string",
1654
+ "id": 2
1655
+ },
1656
+ "chr": {
1657
+ "type": "string",
1658
+ "id": 3
1659
+ },
1660
+ "interval": {
1661
+ "type": "CytobandInterval",
1662
+ "id": 4
1663
+ }
1664
+ }
1665
+ },
1666
+ "SequenceLocation": {
1667
+ "oneofs": {
1668
+ "interval": {
1669
+ "oneof": [
1670
+ "sequenceInterval",
1671
+ "simpleInterval"
1672
+ ]
1673
+ }
1674
+ },
1675
+ "fields": {
1676
+ "_id": {
1677
+ "type": "string",
1678
+ "id": 1
1679
+ },
1680
+ "sequenceId": {
1681
+ "type": "string",
1682
+ "id": 2
1683
+ },
1684
+ "sequenceInterval": {
1685
+ "type": "SequenceInterval",
1686
+ "id": 3
1687
+ },
1688
+ "simpleInterval": {
1689
+ "type": "SimpleInterval",
1690
+ "id": 100,
1691
+ "options": {
1692
+ "deprecated": true
1693
+ }
1694
+ }
1695
+ }
1696
+ },
1697
+ "SequenceInterval": {
1698
+ "oneofs": {
1699
+ "start": {
1700
+ "oneof": [
1701
+ "startNumber",
1702
+ "startIndefiniteRange",
1703
+ "startDefiniteRange"
1704
+ ]
1705
+ },
1706
+ "end": {
1707
+ "oneof": [
1708
+ "endNumber",
1709
+ "endIndefiniteRange",
1710
+ "endDefiniteRange"
1711
+ ]
1712
+ }
1713
+ },
1714
+ "fields": {
1715
+ "startNumber": {
1716
+ "type": "Number",
1717
+ "id": 1
1718
+ },
1719
+ "startIndefiniteRange": {
1720
+ "type": "IndefiniteRange",
1721
+ "id": 2
1722
+ },
1723
+ "startDefiniteRange": {
1724
+ "type": "DefiniteRange",
1725
+ "id": 3
1726
+ },
1727
+ "endNumber": {
1728
+ "type": "Number",
1729
+ "id": 4
1730
+ },
1731
+ "endIndefiniteRange": {
1732
+ "type": "IndefiniteRange",
1733
+ "id": 5
1734
+ },
1735
+ "endDefiniteRange": {
1736
+ "type": "DefiniteRange",
1737
+ "id": 6
1738
+ }
1739
+ }
1740
+ },
1741
+ "CytobandInterval": {
1742
+ "fields": {
1743
+ "start": {
1744
+ "type": "string",
1745
+ "id": 1
1746
+ },
1747
+ "end": {
1748
+ "type": "string",
1749
+ "id": 2
1750
+ }
1751
+ }
1752
+ },
1753
+ "SequenceExpression": {
1754
+ "oneofs": {
1755
+ "sequenceExpression": {
1756
+ "oneof": [
1757
+ "literalSequenceExpression",
1758
+ "derivedSequenceExpression",
1759
+ "repeatedSequenceExpression"
1760
+ ]
1761
+ }
1762
+ },
1763
+ "fields": {
1764
+ "literalSequenceExpression": {
1765
+ "type": "LiteralSequenceExpression",
1766
+ "id": 1
1767
+ },
1768
+ "derivedSequenceExpression": {
1769
+ "type": "DerivedSequenceExpression",
1770
+ "id": 2
1771
+ },
1772
+ "repeatedSequenceExpression": {
1773
+ "type": "RepeatedSequenceExpression",
1774
+ "id": 3
1775
+ }
1776
+ }
1777
+ },
1778
+ "LiteralSequenceExpression": {
1779
+ "fields": {
1780
+ "sequence": {
1781
+ "type": "string",
1782
+ "id": 1
1783
+ }
1784
+ }
1785
+ },
1786
+ "DerivedSequenceExpression": {
1787
+ "fields": {
1788
+ "location": {
1789
+ "type": "SequenceLocation",
1790
+ "id": 1
1791
+ },
1792
+ "reverseComplement": {
1793
+ "type": "bool",
1794
+ "id": 2
1795
+ }
1796
+ }
1797
+ },
1798
+ "RepeatedSequenceExpression": {
1799
+ "oneofs": {
1800
+ "seqExpr": {
1801
+ "oneof": [
1802
+ "literalSequenceExpression",
1803
+ "derivedSequenceExpression"
1804
+ ]
1805
+ },
1806
+ "count": {
1807
+ "oneof": [
1808
+ "number",
1809
+ "indefiniteRange",
1810
+ "definiteRange"
1811
+ ]
1812
+ }
1813
+ },
1814
+ "fields": {
1815
+ "literalSequenceExpression": {
1816
+ "type": "LiteralSequenceExpression",
1817
+ "id": 1
1818
+ },
1819
+ "derivedSequenceExpression": {
1820
+ "type": "DerivedSequenceExpression",
1821
+ "id": 2
1822
+ },
1823
+ "number": {
1824
+ "type": "Number",
1825
+ "id": 3
1826
+ },
1827
+ "indefiniteRange": {
1828
+ "type": "IndefiniteRange",
1829
+ "id": 4
1830
+ },
1831
+ "definiteRange": {
1832
+ "type": "DefiniteRange",
1833
+ "id": 5
1834
+ }
1835
+ }
1836
+ },
1837
+ "Feature": {
1838
+ "oneofs": {
1839
+ "feature": {
1840
+ "oneof": [
1841
+ "gene"
1842
+ ]
1843
+ }
1844
+ },
1845
+ "fields": {
1846
+ "gene": {
1847
+ "type": "Gene",
1848
+ "id": 1
1849
+ }
1850
+ }
1851
+ },
1852
+ "Gene": {
1853
+ "fields": {
1854
+ "geneId": {
1855
+ "type": "string",
1856
+ "id": 1
1857
+ }
1858
+ }
1859
+ },
1860
+ "Number": {
1861
+ "fields": {
1862
+ "value": {
1863
+ "type": "uint64",
1864
+ "id": 1
1865
+ }
1866
+ }
1867
+ },
1868
+ "IndefiniteRange": {
1869
+ "fields": {
1870
+ "value": {
1871
+ "type": "uint64",
1872
+ "id": 1
1873
+ },
1874
+ "comparator": {
1875
+ "type": "string",
1876
+ "id": 2
1877
+ }
1878
+ }
1879
+ },
1880
+ "DefiniteRange": {
1881
+ "fields": {
1882
+ "min": {
1883
+ "type": "uint64",
1884
+ "id": 1
1885
+ },
1886
+ "max": {
1887
+ "type": "uint64",
1888
+ "id": 2
1889
+ }
1890
+ }
1891
+ },
1892
+ "SequenceState": {
1893
+ "fields": {
1894
+ "sequence": {
1895
+ "type": "string",
1896
+ "id": 1
1897
+ }
1898
+ }
1899
+ },
1900
+ "SimpleInterval": {
1901
+ "fields": {
1902
+ "start": {
1903
+ "type": "uint64",
1904
+ "id": 1
1905
+ },
1906
+ "end": {
1907
+ "type": "uint64",
1908
+ "id": 2
1909
+ }
1910
+ }
1911
+ }
1912
+ }
1913
+ }
1914
+ }
1915
+ }
1916
+ }
1917
+ }
1918
+ }
1919
+ },
1920
+ "google": {
1921
+ "nested": {
1922
+ "protobuf": {
1923
+ "options": {
1924
+ "csharp_namespace": "Google.Protobuf.WellKnownTypes",
1925
+ "cc_enable_arenas": true,
1926
+ "go_package": "google.golang.org/protobuf/types/known/timestamppb",
1927
+ "java_package": "com.google.protobuf",
1928
+ "java_outer_classname": "TimestampProto",
1929
+ "java_multiple_files": true,
1930
+ "objc_class_prefix": "GPB"
1931
+ },
1932
+ "nested": {
1933
+ "Timestamp": {
1934
+ "fields": {
1935
+ "seconds": {
1936
+ "type": "int64",
1937
+ "id": 1
1938
+ },
1939
+ "nanos": {
1940
+ "type": "int32",
1941
+ "id": 2
1942
+ }
1943
+ }
1944
+ }
1945
+ }
1946
+ }
1947
+ }
1948
+ }
1949
+ }
1950
+ };