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