1 line
279 KiB
JSON
1 line
279 KiB
JSON
{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:8081/brapi/v2","description":"Generated server url"}],"paths":{"/variables/{observationVariableDbId}":{"get":{"tags":["variables-api-controller"],"operationId":"variablesObservationVariableDbIdGet","parameters":[{"name":"observationVariableDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationVariableSingleResponse"}}}}}},"put":{"tags":["variables-api-controller"],"operationId":"variablesObservationVariableDbIdPut","parameters":[{"name":"observationVariableDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationVariableNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationVariableSingleResponse"}}}}}}},"/trials/{trialDbId}":{"get":{"tags":["trials-api-controller"],"operationId":"trialsTrialDbIdGet","parameters":[{"name":"trialDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrialSingleResponse"}}}}}},"put":{"tags":["trials-api-controller"],"operationId":"trialsTrialDbIdPut","parameters":[{"name":"trialDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrialNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrialSingleResponse"}}}}}}},"/traits/{traitDbId}":{"get":{"tags":["traits-api-controller"],"operationId":"traitsTraitDbIdGet","parameters":[{"name":"traitDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraitSingleResponse"}}}}}},"put":{"tags":["traits-api-controller"],"operationId":"traitsTraitDbIdPut","parameters":[{"name":"traitDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraitBaseClass"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraitSingleResponse"}}}}}}},"/studies/{studyDbId}":{"get":{"tags":["studies-api-controller"],"operationId":"studiesStudyDbIdGet","parameters":[{"name":"studyDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudySingleResponse"}}}}}},"put":{"tags":["studies-api-controller"],"operationId":"studiesStudyDbIdPut","parameters":[{"name":"studyDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudyNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudySingleResponse"}}}}}}},"/seedlots/{seedLotDbId}":{"get":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsSeedLotDbIdGet","parameters":[{"name":"seedLotDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotSingleResponse"}}}}}},"put":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsSeedLotDbIdPut","parameters":[{"name":"seedLotDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotSingleResponse"}}}}}}},"/seasons/{seasonDbId}":{"get":{"tags":["seasons-api-controller"],"operationId":"seasonsSeasonDbIdGet","parameters":[{"name":"seasonDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeasonSingleResponse"}}}}}},"put":{"tags":["seasons-api-controller"],"operationId":"seasonsSeasonDbIdPut","parameters":[{"name":"seasonDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Season"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeasonSingleResponse"}}}}}}},"/scales/{scaleDbId}":{"get":{"tags":["scales-api-controller"],"operationId":"scalesScaleDbIdGet","parameters":[{"name":"scaleDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScaleSingleResponse"}}}}}},"put":{"tags":["scales-api-controller"],"operationId":"scalesScaleDbIdPut","parameters":[{"name":"scaleDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScaleBaseClass"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScaleSingleResponse"}}}}}}},"/samples":{"get":{"tags":["samples-api-controller"],"operationId":"samplesGet","parameters":[{"name":"sampleDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"sampleName","in":"query","required":false,"schema":{"type":"string"}},{"name":"sampleGroupDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"plateDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"plateName","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleListResponse"}}}}}},"put":{"tags":["samples-api-controller"],"operationId":"samplesPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/SampleNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleListResponse"}}}}}},"post":{"tags":["samples-api-controller"],"operationId":"samplesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SampleNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleListResponse"}}}}}}},"/samples/{sampleDbId}":{"get":{"tags":["samples-api-controller"],"operationId":"samplesSampleDbIdGet","parameters":[{"name":"sampleDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleSingleResponse"}}}}}},"put":{"tags":["samples-api-controller"],"operationId":"samplesSampleDbIdPut","parameters":[{"name":"sampleDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleSingleResponse"}}}}}}},"/programs/{programDbId}":{"get":{"tags":["programs-api-controller"],"operationId":"programsProgramDbIdGet","parameters":[{"name":"programDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProgramSingleResponse"}}}}}},"put":{"tags":["programs-api-controller"],"operationId":"programsProgramDbIdPut","parameters":[{"name":"programDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProgramNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProgramSingleResponse"}}}}}}},"/plates":{"get":{"tags":["plates-api-controller"],"operationId":"platesGet","parameters":[{"name":"sampleDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"sampleName","in":"query","required":false,"schema":{"type":"string"}},{"name":"sampleGroupDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"plateDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"plateName","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlateListResponse"}}}}}},"put":{"tags":["plates-api-controller"],"operationId":"platesPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/PlateNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlateListResponse"}}}}}},"post":{"tags":["plates-api-controller"],"operationId":"platesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PlateNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlateListResponse"}}}}}}},"/plannedcrosses":{"get":{"tags":["planned-crosses-api-controller"],"operationId":"plannedCrossesGet","parameters":[{"name":"crossingProjectDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossingProjectName","in":"query","required":false,"schema":{"type":"string"}},{"name":"plannedCrossDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"plannedCrossName","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlannedCrossesListResponse"}}}}}},"put":{"tags":["planned-crosses-api-controller"],"operationId":"plannedCrossesPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/PlannedCrossNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlannedCrossesListResponse"}}}}}},"post":{"tags":["planned-crosses-api-controller"],"operationId":"plannedCrossesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PlannedCrossNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlannedCrossesListResponse"}}}}}}},"/people/{personDbId}":{"get":{"tags":["people-api-controller"],"operationId":"peoplePersonDbIdGet","parameters":[{"name":"personDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonSingleResponse"}}}}}},"put":{"tags":["people-api-controller"],"operationId":"peoplePersonDbIdPut","parameters":[{"name":"personDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonSingleResponse"}}}}}}},"/pedigree":{"get":{"tags":["pedigree-api-controller"],"operationId":"pedigreeGet","parameters":[{"name":"germplasmPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmName","in":"query","required":false,"schema":{"type":"string"}},{"name":"accessionNumber","in":"query","required":false,"schema":{"type":"string"}},{"name":"collection","in":"query","required":false,"schema":{"type":"string"}},{"name":"familyCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"binomialName","in":"query","required":false,"schema":{"type":"string"}},{"name":"genus","in":"query","required":false,"schema":{"type":"string"}},{"name":"species","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"synonym","in":"query","required":false,"schema":{"type":"string"}},{"name":"includeParents","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"includeSiblings","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"includeProgeny","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"includeFullTree","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"pedigreeDepth","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"progenyDepth","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PedigreeListResponse"}}}}}},"put":{"tags":["pedigree-api-controller"],"operationId":"pedigreePut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/PedigreeNode"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PedigreeListResponse"}}}}}},"post":{"tags":["pedigree-api-controller"],"operationId":"pedigreePost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PedigreeNode"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PedigreeListResponse"}}}}}}},"/ontologies/{ontologyDbId}":{"get":{"tags":["ontologies-api-controller"],"operationId":"ontologiesOntologyDbIdGet","parameters":[{"name":"ontologyDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OntologySingleResponse"}}}}}},"put":{"tags":["ontologies-api-controller"],"operationId":"ontologiesOntologyDbIdPut","parameters":[{"name":"ontologyDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OntologyNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OntologySingleResponse"}}}}}}},"/observationunits":{"get":{"tags":["observation-units-api-controller"],"operationId":"observationunitsGet","parameters":[{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitName","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"seasonDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"includeObservations","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"observationUnitLevelName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitListResponse"}}}}}},"put":{"tags":["observation-units-api-controller"],"operationId":"observationunitsPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ObservationUnitNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitListResponse"}}}}}},"post":{"tags":["observation-units-api-controller"],"operationId":"observationunitsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitListResponse"}}}}}}},"/observationunits/{observationUnitDbId}":{"get":{"tags":["observation-units-api-controller"],"operationId":"observationunitsObservationUnitDbIdGet","parameters":[{"name":"observationUnitDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitSingleResponse"}}}}}},"put":{"tags":["observation-units-api-controller"],"operationId":"observationunitsObservationUnitDbIdPut","parameters":[{"name":"observationUnitDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitSingleResponse"}}}}}}},"/observations":{"get":{"tags":["observations-api-controller"],"operationId":"observationsGet","parameters":[{"name":"observationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"seasonDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationTimeStampRangeStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationTimeStampRangeEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationListResponse"}}}}}},"put":{"tags":["observations-api-controller"],"operationId":"observationsPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ObservationNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationListResponse"}}}}}},"post":{"tags":["observations-api-controller"],"operationId":"observationsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ObservationNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationListResponse"}}}}}}},"/observations/{observationDbId}":{"get":{"tags":["observations-api-controller"],"operationId":"observationsObservationDbIdGet","parameters":[{"name":"observationDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationSingleResponse"}}}}}},"put":{"tags":["observations-api-controller"],"operationId":"observationsObservationDbIdPut","parameters":[{"name":"observationDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationSingleResponse"}}}}}}},"/methods/{methodDbId}":{"get":{"tags":["methods-api-controller"],"operationId":"methodsMethodDbIdGet","parameters":[{"name":"methodDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MethodSingleResponse"}}}}}},"put":{"tags":["methods-api-controller"],"operationId":"methodsMethodDbIdPut","parameters":[{"name":"methodDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MethodBaseClass"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MethodSingleResponse"}}}}}}},"/locations/{locationDbId}":{"get":{"tags":["locations-api-controller"],"operationId":"locationsLocationDbIdGet","parameters":[{"name":"locationDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationSingleResponse"}}}}}},"put":{"tags":["locations-api-controller"],"operationId":"locationsLocationDbIdPut","parameters":[{"name":"locationDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationSingleResponse"}}}}}}},"/lists/{listDbId}":{"get":{"tags":["lists-api-controller"],"operationId":"listsListDbIdGet","parameters":[{"name":"listDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListsSingleResponse"}}}}}},"put":{"tags":["lists-api-controller"],"operationId":"listsListDbIdPut","parameters":[{"name":"listDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListsSingleResponse"}}}}}}},"/images/{imageDbId}":{"get":{"tags":["images-api-controller"],"operationId":"imagesImageDbIdGet","parameters":[{"name":"imageDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageSingleResponse"}}}}}},"put":{"tags":["images-api-controller"],"operationId":"imagesImageDbIdPut","parameters":[{"name":"imageDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageSingleResponse"}}}}}}},"/images/{imageDbId}/imagecontent":{"put":{"tags":["images-api-controller"],"operationId":"imagesImageDbIdImageContentPut","parameters":[{"name":"imageDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"image/*":{"schema":{"type":"string","format":"byte"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageSingleResponse"}}}}}}},"/germplasm/{germplasmDbId}":{"get":{"tags":["germplasm-api-controller"],"operationId":"germplasmGermplasmDbIdGet","parameters":[{"name":"germplasmDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmSingleResponse"}}}}}},"put":{"tags":["germplasm-api-controller"],"operationId":"germplasmGermplasmDbIdPut","parameters":[{"name":"germplasmDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmSingleResponse"}}}}}}},"/crossingprojects/{crossingProjectDbId}":{"get":{"tags":["crossing-projects-api-controller"],"operationId":"crossingProjectsCrossingProjectDbIdGet","parameters":[{"name":"crossingProjectDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossingProjectsSingleResponse"}}}}}},"put":{"tags":["crossing-projects-api-controller"],"operationId":"crossingProjectsCrossingProjectDbIdPut","parameters":[{"name":"crossingProjectDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossingProjectNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossingProjectsSingleResponse"}}}}}}},"/crosses":{"get":{"tags":["crosses-api-controller"],"operationId":"crossesGet","parameters":[{"name":"crossingProjectDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossingProjectName","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossName","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossesListResponse"}}}}}},"put":{"tags":["crosses-api-controller"],"operationId":"crossesPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/CrossNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossesListResponse"}}}}}},"post":{"tags":["crosses-api-controller"],"operationId":"crossesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CrossNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossesListResponse"}}}}}}},"/calls":{"get":{"tags":["calls-api-controller"],"operationId":"callsGet","parameters":[{"name":"callSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"expandHomozygotes","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"unknownString","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepPhased","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepUnphased","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallsListResponse"}}}}}},"put":{"tags":["calls-api-controller"],"operationId":"callsPut","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Call"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallsListResponse"}}}}}}},"/attributevalues/{attributeValueDbId}":{"get":{"tags":["attribute-values-api-controller"],"operationId":"attributevaluesAttributeValueDbIdGet","parameters":[{"name":"attributeValueDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeValueSingleResponse"}}}}}},"put":{"tags":["attribute-values-api-controller"],"operationId":"attributevaluesAttributeValueDbIdPut","parameters":[{"name":"attributeValueDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeValueNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeValueSingleResponse"}}}}}}},"/attributes/{attributeDbId}":{"get":{"tags":["attributes-api-controller"],"operationId":"attributesAttributeDbIdGet","parameters":[{"name":"attributeDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeSingleResponse"}}}}}},"put":{"tags":["attributes-api-controller"],"operationId":"attributesAttributeDbIdPut","parameters":[{"name":"attributeDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeNewRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeSingleResponse"}}}}}}},"/vendor/plates":{"post":{"tags":["vendor-api-controller"],"operationId":"vendorPlatesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPlateSubmissionRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPlateSubmissionIdSingleResponse"}}}}}}},"/vendor/orders":{"get":{"tags":["vendor-api-controller"],"operationId":"vendorOrdersGet","parameters":[{"name":"orderId","in":"query","required":false,"schema":{"type":"string"}},{"name":"submissionId","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorOrderListResponse"}}}}}},"post":{"tags":["vendor-api-controller"],"operationId":"vendorOrdersPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorOrderSubmissionRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorOrderSubmissionSingleResponse"}}}}}}},"/variantsets/extract":{"post":{"tags":["variant-sets-api-controller"],"operationId":"variantsetsExtractPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantSetsExtractRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantSetResponse"}}}}}}},"/variables":{"get":{"tags":["variables-api-controller"],"operationId":"variablesGet","parameters":[{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariablePUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"methodDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"methodName","in":"query","required":false,"schema":{"type":"string"}},{"name":"methodPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"scaleDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"scaleName","in":"query","required":false,"schema":{"type":"string"}},{"name":"scalePUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitName","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitClass","in":"query","required":false,"schema":{"type":"string"}},{"name":"ontologyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationVariableListResponse"}}}}}},"post":{"tags":["variables-api-controller"],"operationId":"variablesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ObservationVariableNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationVariableListResponse"}}}}}}},"/trials":{"get":{"tags":["trials-api-controller"],"operationId":"trialsGet","parameters":[{"name":"active","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"contactDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"searchDateRangeStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"searchDateRangeEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialName","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"sortOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrialListResponse"}}}}}},"post":{"tags":["trials-api-controller"],"operationId":"trialsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TrialNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrialListResponse"}}}}}}},"/traits":{"get":{"tags":["traits-api-controller"],"operationId":"traitsGet","parameters":[{"name":"traitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"ontologyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraitListResponse"}}}}}},"post":{"tags":["traits-api-controller"],"operationId":"traitsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/TraitBaseClass"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TraitListResponse"}}}}}}},"/studies":{"get":{"tags":["studies-api-controller"],"operationId":"studiesGet","parameters":[{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyType","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"seasonDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyName","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"active","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"sortBy","in":"query","required":false,"schema":{"type":"string"}},{"name":"sortOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudyListResponse"}}}}}},"post":{"tags":["studies-api-controller"],"operationId":"studiesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StudyNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudyListResponse"}}}}}}},"/seedlots":{"get":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsGet","parameters":[{"name":"seedLotDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmName","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossName","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotListResponse"}}}}}},"post":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SeedLotNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotListResponse"}}}}}}},"/seedlots/transactions":{"get":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsTransactionsGet","parameters":[{"name":"transactionDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"seedLotDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmName","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossName","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotTransactionListResponse"}}}}}},"post":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsTransactionsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SeedLotNewTransactionRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotTransactionListResponse"}}}}}}},"/seasons":{"get":{"tags":["seasons-api-controller"],"operationId":"seasonsGet","parameters":[{"name":"seasonDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"season","in":"query","required":false,"schema":{"type":"string"}},{"name":"seasonName","in":"query","required":false,"schema":{"type":"string"}},{"name":"year","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeasonListResponse"}}}}}},"post":{"tags":["seasons-api-controller"],"operationId":"seasonsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/Season"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeasonListResponse"}}}}}}},"/search/variantsets":{"post":{"tags":["variant-sets-api-controller"],"operationId":"searchVariantsetsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantSetsSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/variants":{"post":{"tags":["variants-api-controller"],"operationId":"searchVariantsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantsSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/variables":{"post":{"tags":["variables-api-controller"],"operationId":"searchVariablesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationVariableSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/trials":{"post":{"tags":["trials-api-controller"],"operationId":"searchTrialsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TrialSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/studies":{"post":{"tags":["studies-api-controller"],"operationId":"searchStudiesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudySearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/samples":{"post":{"tags":["samples-api-controller"],"operationId":"searchSamplesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SampleSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/referencesets":{"post":{"tags":["reference-sets-api-controller"],"operationId":"searchReferenceSetsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferenceSetsSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/references":{"post":{"tags":["references-api-controller"],"operationId":"searchReferencesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferencesSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/programs":{"post":{"tags":["programs-api-controller"],"operationId":"searchProgramsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProgramSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/plates":{"post":{"tags":["plates-api-controller"],"operationId":"searchPlatesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlateSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/people":{"post":{"tags":["people-api-controller"],"operationId":"searchPeoplePost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/pedigree":{"post":{"tags":["pedigree-api-controller"],"operationId":"searchPedigreePost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PedigreeSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/observationunits":{"post":{"tags":["observation-units-api-controller"],"operationId":"searchObservationunitsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationUnitSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/observations":{"post":{"tags":["observations-api-controller"],"operationId":"searchObservationsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/markerpositions":{"post":{"tags":["marker-positions-api-controller"],"operationId":"searchMarkerpositionsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkerPositionSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/locations":{"post":{"tags":["locations-api-controller"],"operationId":"searchLocationsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/lists":{"post":{"tags":["lists-api-controller"],"operationId":"searchListsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/images":{"post":{"tags":["images-api-controller"],"operationId":"searchImagesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/germplasm":{"post":{"tags":["germplasm-api-controller"],"operationId":"searchGermplasmPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/callsets":{"post":{"tags":["call-sets-api-controller"],"operationId":"searchCallsetsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallSetsSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/calls":{"post":{"tags":["calls-api-controller"],"operationId":"searchCallsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallsSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/attributevalues":{"post":{"tags":["attribute-values-api-controller"],"operationId":"searchAttributevaluesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeValueSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/attributes":{"post":{"tags":["attributes-api-controller"],"operationId":"searchAttributesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/allelematrix":{"post":{"tags":["allele-matrix-api-controller"],"operationId":"searchAllelematrixPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlleleMatrixSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/scales":{"get":{"tags":["scales-api-controller"],"operationId":"scalesGet","parameters":[{"name":"scaleDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"ontologyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScaleListResponse"}}}}}},"post":{"tags":["scales-api-controller"],"operationId":"scalesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ScaleBaseClass"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScaleListResponse"}}}}}}},"/programs":{"get":{"tags":["programs-api-controller"],"operationId":"programsGet","parameters":[{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"abbreviation","in":"query","required":false,"schema":{"type":"string"}},{"name":"programType","in":"query","required":false,"schema":{"type":"string","enum":["STANARD","PROJECT"]}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProgramListResponse"}}}}}},"post":{"tags":["programs-api-controller"],"operationId":"programsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ProgramNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProgramListResponse"}}}}}}},"/people":{"get":{"tags":["people-api-controller"],"operationId":"peopleGet","parameters":[{"name":"firstName","in":"query","required":false,"schema":{"type":"string"}},{"name":"lastName","in":"query","required":false,"schema":{"type":"string"}},{"name":"personDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"userID","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonListResponse"}}}}}},"post":{"tags":["people-api-controller"],"operationId":"peoplePost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PersonNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonListResponse"}}}}}}},"/ontologies":{"get":{"tags":["ontologies-api-controller"],"operationId":"ontologiesGet","parameters":[{"name":"ontologyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"ontologyName","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OntologyListResponse"}}}}}},"post":{"tags":["ontologies-api-controller"],"operationId":"ontologiesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OntologyNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OntologyListResponse"}}}}}}},"/methods":{"get":{"tags":["methods-api-controller"],"operationId":"methodsGet","parameters":[{"name":"methodDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"ontologyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MethodListResponse"}}}}}},"post":{"tags":["methods-api-controller"],"operationId":"methodsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MethodBaseClass"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MethodListResponse"}}}}}}},"/locations":{"get":{"tags":["locations-api-controller"],"operationId":"locationsGet","parameters":[{"name":"locationType","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationName","in":"query","required":false,"schema":{"type":"string"}},{"name":"parentLocationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"parentLocationName","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationListResponse"}}}}}},"post":{"tags":["locations-api-controller"],"operationId":"locationsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/LocationNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocationListResponse"}}}}}}},"/lists":{"get":{"tags":["lists-api-controller"],"operationId":"listsGet","parameters":[{"name":"listType","in":"query","required":false,"schema":{"type":"string"}},{"name":"listName","in":"query","required":false,"schema":{"type":"string"}},{"name":"listDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"listSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListsListResponse"}}}}}},"post":{"tags":["lists-api-controller"],"operationId":"listsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ListNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListsListResponse"}}}}}}},"/lists/{listDbId}/items":{"post":{"tags":["lists-api-controller"],"operationId":"listsListDbIdItemsPost","parameters":[{"name":"listDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListResponse"}}}}}}},"/lists/{listDbId}/data":{"post":{"tags":["lists-api-controller"],"operationId":"listsListDbIdDataPost","parameters":[{"name":"listDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListResponse"}}}}}}},"/images":{"get":{"tags":["images-api-controller"],"operationId":"imagesGet","parameters":[{"name":"imageDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"imageName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"descriptiveOntologyTerm","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageListResponse"}}}}}},"post":{"tags":["images-api-controller"],"operationId":"imagesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ImageNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageListResponse"}}}}}}},"/germplasm":{"get":{"tags":["germplasm-api-controller"],"operationId":"germplasmGet","parameters":[{"name":"germplasmPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmName","in":"query","required":false,"schema":{"type":"string"}},{"name":"accessionNumber","in":"query","required":false,"schema":{"type":"string"}},{"name":"collection","in":"query","required":false,"schema":{"type":"string"}},{"name":"binomialName","in":"query","required":false,"schema":{"type":"string"}},{"name":"genus","in":"query","required":false,"schema":{"type":"string"}},{"name":"species","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"synonym","in":"query","required":false,"schema":{"type":"string"}},{"name":"parentDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"progenyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmListResponse"}}}}}},"post":{"tags":["germplasm-api-controller"],"operationId":"germplasmPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmListResponse"}}}}}}},"/delete/observations":{"post":{"tags":["observations-api-controller"],"operationId":"deleteObservationsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationDeleteResponse"}}}}}}},"/delete/images":{"post":{"tags":["images-api-controller"],"operationId":"deleteImagesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImageDeleteResponse"}}}}}}},"/crossingprojects":{"get":{"tags":["crossing-projects-api-controller"],"operationId":"crossingProjectsGet","parameters":[{"name":"crossingProjectDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"crossingProjectName","in":"query","required":false,"schema":{"type":"string"}},{"name":"includePotentialParents","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossingProjectsListResponse"}}}}}},"post":{"tags":["crossing-projects-api-controller"],"operationId":"crossingProjectsPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CrossingProjectNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CrossingProjectsListResponse"}}}}}}},"/attributevalues":{"get":{"tags":["attribute-values-api-controller"],"operationId":"attributevaluesGet","parameters":[{"name":"attributeValueDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"attributeDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"attributeName","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeValueListResponse"}}}}}},"post":{"tags":["attribute-values-api-controller"],"operationId":"attributevaluesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmAttributeValueNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeValueListResponse"}}}}}}},"/attributes":{"get":{"tags":["attributes-api-controller"],"operationId":"attributesGet","parameters":[{"name":"attributeCategory","in":"query","required":false,"schema":{"type":"string"}},{"name":"attributeDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"attributeName","in":"query","required":false,"schema":{"type":"string"}},{"name":"attributePUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"methodDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"methodName","in":"query","required":false,"schema":{"type":"string"}},{"name":"methodPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"scaleDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"scaleName","in":"query","required":false,"schema":{"type":"string"}},{"name":"scalePUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitName","in":"query","required":false,"schema":{"type":"string"}},{"name":"traitPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceID","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeListResponse"}}}}}},"post":{"tags":["attributes-api-controller"],"operationId":"attributesPost","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmAttributeNewRequest"}}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeListResponse"}}}}}}},"/vendor/specifications":{"get":{"tags":["vendor-api-controller"],"operationId":"vendorSpecificationsGet","parameters":[{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorSpecificationSingleResponse"}}}}}}},"/vendor/plates/{submissionId}":{"get":{"tags":["vendor-api-controller"],"operationId":"vendorPlatesSubmissionIdGet","parameters":[{"name":"submissionId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPlateSubmissionSingleResponse"}}}}}}},"/vendor/orders/{orderId}/status":{"get":{"tags":["vendor-api-controller"],"operationId":"vendorOrdersOrderIdStatusGet","parameters":[{"name":"orderId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorOrderStatusResponse"}}}}}}},"/vendor/orders/{orderId}/results":{"get":{"tags":["vendor-api-controller"],"operationId":"vendorOrdersOrderIdResultsGet","parameters":[{"name":"orderId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorResultFileListResponse"}}}}}}},"/vendor/orders/{orderId}/plates":{"get":{"tags":["vendor-api-controller"],"operationId":"vendorOrdersOrderIdPlatesGet","parameters":[{"name":"orderId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VendorPlateListResponse"}}}}}}},"/variantsets":{"get":{"tags":["variant-sets-api-controller"],"operationId":"variantsetsGet","parameters":[{"name":"variantSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"callSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyName","in":"query","required":false,"schema":{"type":"string"}},{"name":"referenceSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantSetsListResponse"}}}}}}},"/variantsets/{variantSetDbId}":{"get":{"tags":["variant-sets-api-controller"],"operationId":"variantsetsVariantSetDbIdGet","parameters":[{"name":"variantSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantSetResponse"}}}}}}},"/variantsets/{variantSetDbId}/variants":{"get":{"tags":["variant-sets-api-controller"],"operationId":"variantsetsVariantSetDbIdVariantsGet","parameters":[{"name":"variantSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"variantDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantsListResponse"}}}}}}},"/variantsets/{variantSetDbId}/callsets":{"get":{"tags":["variant-sets-api-controller"],"operationId":"variantsetsVariantSetDbIdCallsetsGet","parameters":[{"name":"variantSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"callSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"callSetName","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallSetsListResponse"}}}}}}},"/variantsets/{variantSetDbId}/calls":{"get":{"tags":["variant-sets-api-controller"],"operationId":"variantsetsVariantSetDbIdCallsGet","parameters":[{"name":"variantSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"expandHomozygotes","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"unknownString","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepPhased","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepUnphased","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallsListResponse"}}}}}}},"/variants":{"get":{"tags":["variants-api-controller"],"operationId":"variantsGet","parameters":[{"name":"variantDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"referenceDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"referenceSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantsListResponse"}}}}}}},"/variants/{variantDbId}":{"get":{"tags":["variants-api-controller"],"operationId":"variantsVariantDbIdGet","parameters":[{"name":"variantDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VariantSingleResponse"}}}}}}},"/variants/{variantDbId}/calls":{"get":{"tags":["variants-api-controller"],"operationId":"variantsVariantDbIdCallsGet","parameters":[{"name":"variantDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"expandHomozygotes","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"unknownString","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepPhased","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepUnphased","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallsListResponse"}}}}}}},"/studytypes":{"get":{"tags":["studies-api-controller"],"operationId":"studytypesGet","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StudyTypesResponse"}}}}}}},"/serverinfo":{"get":{"tags":["server-info-api-controller"],"operationId":"serverinfoGet","parameters":[{"name":"dataType","in":"query","required":false,"schema":{"type":"string","enum":["application/json","text/csv","text/tsv","application/flapjack","application/excel","application/zip"]}},{"name":"contentType","in":"query","required":false,"schema":{"type":"string","enum":["application/json","text/csv","text/tsv","application/flapjack","application/excel","application/zip"]}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerInfoResponse"}}}}}}},"/seedlots/{seedLotDbId}/transactions":{"get":{"tags":["seed-lots-api-controller"],"operationId":"seedlotsSeedLotDbIdTransactionsGet","parameters":[{"name":"seedLotDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"transactionDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"transactionDirection","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeedLotTransactionListResponse"}}}}}}},"/search/variantsets/{searchResultsDbId}":{"get":{"tags":["variant-sets-api-controller"],"operationId":"searchVariantsetsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/variants/{searchResultsDbId}":{"get":{"tags":["variants-api-controller"],"operationId":"searchVariantsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/variables/{searchResultsDbId}":{"get":{"tags":["variables-api-controller"],"operationId":"searchVariablesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/trials/{searchResultsDbId}":{"get":{"tags":["trials-api-controller"],"operationId":"searchTrialsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/studies/{searchResultsDbId}":{"get":{"tags":["studies-api-controller"],"operationId":"searchStudiesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/samples/{searchResultsDbId}":{"get":{"tags":["samples-api-controller"],"operationId":"searchSamplesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/referencesets/{searchResultsDbId}":{"get":{"tags":["reference-sets-api-controller"],"operationId":"searchReferenceSetsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/references/{searchResultsDbId}":{"get":{"tags":["references-api-controller"],"operationId":"searchReferencesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/programs/{searchResultsDbId}":{"get":{"tags":["programs-api-controller"],"operationId":"searchProgramsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/plates/{searchResultsDbId}":{"get":{"tags":["plates-api-controller"],"operationId":"searchPlatesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/people/{searchResultsDbId}":{"get":{"tags":["people-api-controller"],"operationId":"searchPeopleSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/pedigree/{searchResultsDbId}":{"get":{"tags":["pedigree-api-controller"],"operationId":"searchPedigreeSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/observationunits/{searchResultsDbId}":{"get":{"tags":["observation-units-api-controller"],"operationId":"searchObservationunitsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/observations/{searchResultsDbId}":{"get":{"tags":["observations-api-controller"],"operationId":"searchObservationsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/markerpositions/{searchResultsDbId}":{"get":{"tags":["marker-positions-api-controller"],"operationId":"searchMarkerpositionsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/locations/{searchResultsDbId}":{"get":{"tags":["locations-api-controller"],"operationId":"searchLocationsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/lists/{searchResultsDbId}":{"get":{"tags":["lists-api-controller"],"operationId":"searchListsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/images/{searchResultsDbId}":{"get":{"tags":["images-api-controller"],"operationId":"searchImagesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/germplasm/{searchResultsDbId}":{"get":{"tags":["germplasm-api-controller"],"operationId":"searchGermplasmSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/callsets/{searchResultsDbId}":{"get":{"tags":["call-sets-api-controller"],"operationId":"searchCallsetsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/calls/{searchResultsDbId}":{"get":{"tags":["calls-api-controller"],"operationId":"searchCallsSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/attributevalues/{searchResultsDbId}":{"get":{"tags":["attribute-values-api-controller"],"operationId":"searchAttributevaluesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/attributes/{searchResultsDbId}":{"get":{"tags":["attributes-api-controller"],"operationId":"searchAttributesSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/search/allelematrix/{searchResultsDbId}":{"get":{"tags":["allele-matrix-api-controller"],"operationId":"searchAllelematrixSearchResultsDbIdGet","parameters":[{"name":"searchResultsDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BrAPIResponse"}}}}}}},"/referencesets":{"get":{"tags":["reference-sets-api-controller"],"operationId":"referenceSetsGet","parameters":[{"name":"referenceSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"accession","in":"query","required":false,"schema":{"type":"string"}},{"name":"assemblyPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"md5checksum","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferenceSetsListResponse"}}}}}}},"/referencesets/{referenceSetDbId}":{"get":{"tags":["reference-sets-api-controller"],"operationId":"referenceSetsReferenceSetDbIdGet","parameters":[{"name":"referenceSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferenceSetsSingleResponse"}}}}}}},"/references":{"get":{"tags":["references-api-controller"],"operationId":"referencesGet","parameters":[{"name":"referenceDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"referenceSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"accession","in":"query","required":false,"schema":{"type":"string"}},{"name":"md5checksum","in":"query","required":false,"schema":{"type":"string"}},{"name":"isDerived","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"minLength","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxLength","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferencesListResponse"}}}}}}},"/references/{referenceDbId}":{"get":{"tags":["references-api-controller"],"operationId":"referencesReferenceDbIdGet","parameters":[{"name":"referenceDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferenceSingleResponse"}}}}}}},"/references/{referenceDbId}/bases":{"get":{"tags":["references-api-controller"],"operationId":"referencesReferenceDbIdBasesGet","parameters":[{"name":"referenceDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"start","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"end","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReferenceBasesResponse"}}}}}}},"/plates/{plateDbId}":{"get":{"tags":["plates-api-controller"],"operationId":"platesPlateDbIdGet","parameters":[{"name":"plateDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlateSingleResponse"}}}}}}},"/observationunits/table":{"get":{"tags":["observation-units-api-controller"],"operationId":"observationunitsTableGet","parameters":[{"name":"Accept","in":"header","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"seasonDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationLevel","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}},"text/csv":{"schema":{"type":"string"}},"text/tsv":{"schema":{"type":"string"}}}}}}},"/observations/table":{"get":{"tags":["observations-api-controller"],"operationId":"observationsTableGet","parameters":[{"name":"Accept","in":"header","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationVariableDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"locationDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"seasonDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationLevel","in":"query","required":false,"schema":{"type":"string"}},{"name":"searchResultsDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationTimeStampRangeStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationTimeStampRangeEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipName","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipOrder","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipCode","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitLevelRelationshipDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"}},"text/csv":{"schema":{"type":"string"}},"text/tsv":{"schema":{"type":"string"}}}}}}},"/observationlevels":{"get":{"tags":["observation-units-api-controller"],"operationId":"observationlevelsGet","parameters":[{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ObservationLevelListResponse"}}}}}}},"/markerpositions":{"get":{"tags":["marker-positions-api-controller"],"operationId":"markerpositionsGet","parameters":[{"name":"mapDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"linkageGroupName","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"minPosition","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"maxPosition","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MarkerPositionsListResponse"}}}}}}},"/maps":{"get":{"tags":["maps-api-controller"],"operationId":"mapsGet","parameters":[{"name":"commonCropName","in":"query","required":false,"schema":{"type":"string"}},{"name":"mapPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"scientificName","in":"query","required":false,"schema":{"type":"string"}},{"name":"type","in":"query","required":false,"schema":{"type":"string"}},{"name":"programDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"trialDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenomeMapListResponse"}}}}}}},"/maps/{mapDbId}":{"get":{"tags":["maps-api-controller"],"operationId":"mapsMapDbIdGet","parameters":[{"name":"mapDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenomeMapSingleResponse"}}}}}}},"/maps/{mapDbId}/linkagegroups":{"get":{"tags":["maps-api-controller"],"operationId":"mapsMapDbIdLinkagegroupsGet","parameters":[{"name":"mapDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkageGroupListResponse"}}}}}}},"/images/{imageDbId}/{imageName}":{"get":{"tags":["images-api-controller"],"operationId":"imagesImageDbIdContentGet","parameters":[{"name":"imageDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"imageName","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/germplasm/{germplasmDbId}/progeny":{"get":{"tags":["germplasm-api-controller"],"operationId":"germplasmGermplasmDbIdProgenyGet","parameters":[{"name":"germplasmDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmProgenyResponse"}}}}}}},"/germplasm/{germplasmDbId}/pedigree":{"get":{"tags":["germplasm-api-controller"],"operationId":"germplasmGermplasmDbIdPedigreeGet","parameters":[{"name":"germplasmDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"notation","in":"query","required":false,"schema":{"type":"string"}},{"name":"includeSiblings","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmPedigreeResponse"}}}}}}},"/germplasm/{germplasmDbId}/mcpd":{"get":{"tags":["germplasm-api-controller"],"operationId":"germplasmGermplasmDbIdMcpdGet","parameters":[{"name":"germplasmDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmMCPDResponse"}}}}}}},"/events":{"get":{"tags":["events-api-controller"],"operationId":"eventsGet","parameters":[{"name":"eventDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"studyDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"observationUnitDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"eventType","in":"query","required":false,"schema":{"type":"string"}},{"name":"dateRangeStart","in":"query","required":false,"schema":{"type":"string"}},{"name":"dateRangeEnd","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventsResponse"}}}}}}},"/commoncropnames":{"get":{"tags":["common-crop-names-api-controller"],"operationId":"commoncropnamesGet","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CommonCropNamesResponse"}}}}}}},"/callsets":{"get":{"tags":["call-sets-api-controller"],"operationId":"callsetsGet","parameters":[{"name":"callSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"callSetName","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"sampleDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceId","in":"query","required":false,"schema":{"type":"string"}},{"name":"externalReferenceSource","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallSetsListResponse"}}}}}}},"/callsets/{callSetDbId}":{"get":{"tags":["call-sets-api-controller"],"operationId":"callsetsCallSetDbIdGet","parameters":[{"name":"callSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallSetResponse"}}}}}}},"/callsets/{callSetDbId}/calls":{"get":{"tags":["call-sets-api-controller"],"operationId":"callsetsCallSetDbIdCallsGet","parameters":[{"name":"callSetDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"expandHomozygotes","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"unknownString","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepPhased","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepUnphased","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageToken","in":"query","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CallsListResponse"}}}}}}},"/breedingmethods":{"get":{"tags":["breeding-methods-api-controller"],"operationId":"breedingmethodsGet","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BreedingMethodListResponse"}}}}}}},"/breedingmethods/{breedingMethodDbId}":{"get":{"tags":["breeding-methods-api-controller"],"operationId":"breedingmethodsBreedingMethodDbIdGet","parameters":[{"name":"breedingMethodDbId","in":"path","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BreedingMethodSingleResponse"}}}}}}},"/attributes/categories":{"get":{"tags":["attributes-api-controller"],"operationId":"attributesCategoriesGet","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GermplasmAttributeCategoryListResponse"}}}}}}},"/allelematrix":{"get":{"tags":["allele-matrix-api-controller"],"operationId":"allelematrixGet","parameters":[{"name":"dimensionVariantPage","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"dimensionVariantPageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"dimensionCallSetPage","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"dimensionCallSetPageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"preview","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"dataMatrixNames","in":"query","required":false,"schema":{"type":"string"}},{"name":"dataMatrixAbbreviations","in":"query","required":false,"schema":{"type":"string"}},{"name":"positionRange","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmName","in":"query","required":false,"schema":{"type":"string"}},{"name":"germplasmPUI","in":"query","required":false,"schema":{"type":"string"}},{"name":"alleleMatrixSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"variantSetDbId","in":"query","required":false,"schema":{"type":"string"}},{"name":"expandHomozygotes","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"unknownString","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepPhased","in":"query","required":false,"schema":{"type":"string"}},{"name":"sepUnphased","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AlleleMatrixResponse"}}}}}}}},"components":{"schemas":{"ExternalReferencesInner":{"type":"object","properties":{"referenceID":{"type":"string"},"referenceId":{"type":"string"},"referenceSource":{"type":"string"}}},"Method":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"bibliographicalReference":{"type":"string"},"description":{"type":"string"},"formula":{"type":"string"},"methodClass":{"type":"string"},"methodName":{"type":"string"},"methodPUI":{"type":"string"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"methodDbId":{"type":"string"}}},"ObservationVariableNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"contextOfUse":{"type":"array","items":{"type":"string"}},"defaultValue":{"type":"string"},"documentationURL":{"type":"string"},"growthStage":{"type":"string"},"institution":{"type":"string"},"language":{"type":"string"},"method":{"$ref":"#/components/schemas/Method"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"scale":{"$ref":"#/components/schemas/Scale"},"scientist":{"type":"string"},"status":{"type":"string"},"submissionTimestamp":{"type":"string","format":"date-time"},"synonyms":{"type":"array","items":{"type":"string"}},"trait":{"$ref":"#/components/schemas/Trait"},"observationVariableName":{"type":"string"}}},"OntologyReference":{"type":"object","properties":{"documentationLinks":{"type":"array","items":{"$ref":"#/components/schemas/OntologyReferenceDocumentationLinks"}},"ontologyDbId":{"type":"string"},"ontologyName":{"type":"string"},"version":{"type":"string"}}},"OntologyReferenceDocumentationLinks":{"type":"object","properties":{"url":{"type":"string"},"URL":{"type":"string"},"type":{"type":"string","enum":["OBO","RDF","WEBPAGE"]}}},"Scale":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"dataType":{"type":"string","enum":["Code","Date","Duration","Nominal","Numerical","Ordinal","Text"]},"decimalPlaces":{"type":"integer","format":"int32"},"units":{"type":"string"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"scaleName":{"type":"string"},"scalePUI":{"type":"string"},"validValues":{"$ref":"#/components/schemas/ScaleBaseClassValidValues"},"scaleDbId":{"type":"string"}}},"ScaleBaseClassValidValues":{"type":"object","properties":{"categories":{"type":"array","items":{"$ref":"#/components/schemas/ScaleBaseClassValidValuesCategories"}},"max":{"type":"integer","format":"int32"},"min":{"type":"integer","format":"int32"},"maximumValue":{"type":"string"},"minimumValue":{"type":"string"}}},"ScaleBaseClassValidValuesCategories":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"string"}}},"Trait":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"alternativeAbbreviations":{"type":"array","items":{"type":"string"}},"attribute":{"type":"string"},"attributePUI":{"type":"string"},"entity":{"type":"string"},"entityPUI":{"type":"string"},"mainAbbreviation":{"type":"string"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"status":{"type":"string"},"synonyms":{"type":"array","items":{"type":"string"}},"traitClass":{"type":"string"},"traitDescription":{"type":"string"},"traitName":{"type":"string"},"traitPUI":{"type":"string"},"traitDbId":{"type":"string"}}},"DataFile":{"type":"object","properties":{"fileDescription":{"type":"string"},"fileMD5Hash":{"type":"string"},"fileName":{"type":"string"},"fileSize":{"type":"integer","format":"int32"},"fileType":{"type":"string"},"fileURL":{"type":"string"}}},"Metadata":{"type":"object","properties":{"datafiles":{"type":"array","items":{"$ref":"#/components/schemas/DataFile"}},"status":{"type":"array","items":{"$ref":"#/components/schemas/Status"}},"pagination":{"$ref":"#/components/schemas/Pagination"}}},"ObservationVariable":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"contextOfUse":{"type":"array","items":{"type":"string"}},"defaultValue":{"type":"string"},"documentationURL":{"type":"string"},"growthStage":{"type":"string"},"institution":{"type":"string"},"language":{"type":"string"},"method":{"$ref":"#/components/schemas/Method"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"scale":{"$ref":"#/components/schemas/Scale"},"scientist":{"type":"string"},"status":{"type":"string"},"submissionTimestamp":{"type":"string","format":"date-time"},"synonyms":{"type":"array","items":{"type":"string"}},"trait":{"$ref":"#/components/schemas/Trait"},"observationVariableDbId":{"type":"string"},"observationVariableName":{"type":"string"}}},"ObservationVariableSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationVariable"}}},"Pagination":{"type":"object","properties":{"currentPage":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"totalCount":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"}}},"Status":{"type":"object","properties":{"message":{"type":"string"},"messageType":{"type":"string","enum":["DEBUG","ERROR","WARNING","INFO"]}}},"Contact":{"type":"object","properties":{"contactDbId":{"type":"string"},"email":{"type":"string"},"instituteName":{"type":"string"},"name":{"type":"string"},"orcid":{"type":"string"},"type":{"type":"string"}}},"TrialNewRequest":{"type":"object","properties":{"active":{"type":"boolean"},"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"commonCropName":{"type":"string"},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"datasetAuthorships":{"type":"array","items":{"$ref":"#/components/schemas/TrialNewRequestDatasetAuthorships"}},"documentationURL":{"type":"string"},"endDate":{"type":"string","format":"date"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"programDbId":{"type":"string"},"programName":{"type":"string"},"publications":{"type":"array","items":{"$ref":"#/components/schemas/TrialNewRequestPublications"}},"startDate":{"type":"string","format":"date"},"trialDescription":{"type":"string"},"trialName":{"type":"string"},"trialPUI":{"type":"string"}}},"TrialNewRequestDatasetAuthorships":{"type":"object","properties":{"datasetPUI":{"type":"string"},"license":{"type":"string"},"publicReleaseDate":{"type":"string","format":"date"},"submissionDate":{"type":"string","format":"date"}}},"TrialNewRequestPublications":{"type":"object","properties":{"publicationPUI":{"type":"string"},"publicationReference":{"type":"string"}}},"Trial":{"type":"object","properties":{"active":{"type":"boolean"},"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"commonCropName":{"type":"string"},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"datasetAuthorships":{"type":"array","items":{"$ref":"#/components/schemas/TrialNewRequestDatasetAuthorships"}},"documentationURL":{"type":"string"},"endDate":{"type":"string","format":"date"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"programDbId":{"type":"string"},"programName":{"type":"string"},"publications":{"type":"array","items":{"$ref":"#/components/schemas/TrialNewRequestPublications"}},"startDate":{"type":"string","format":"date"},"trialDescription":{"type":"string"},"trialName":{"type":"string"},"trialPUI":{"type":"string"},"trialDbId":{"type":"string"}}},"TrialSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Trial"}}},"TraitBaseClass":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"alternativeAbbreviations":{"type":"array","items":{"type":"string"}},"attribute":{"type":"string"},"attributePUI":{"type":"string"},"entity":{"type":"string"},"entityPUI":{"type":"string"},"mainAbbreviation":{"type":"string"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"status":{"type":"string"},"synonyms":{"type":"array","items":{"type":"string"}},"traitClass":{"type":"string"},"traitDescription":{"type":"string"},"traitName":{"type":"string"},"traitPUI":{"type":"string"}}},"TraitSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Trait"}}},"DataLink":{"type":"object","properties":{"dataFormat":{"type":"string"},"description":{"type":"string"},"fileFormat":{"type":"string"},"name":{"type":"string"},"provenance":{"type":"string"},"scientificType":{"type":"string"},"url":{"type":"string"},"version":{"type":"string"}}},"EnvironmentParameter":{"type":"object","properties":{"description":{"type":"string"},"parameterName":{"type":"string"},"parameterPUI":{"type":"string"},"unit":{"type":"string"},"unitPUI":{"type":"string"},"value":{"type":"string"},"valuePUI":{"type":"string"}}},"ObservationUnitHierarchyLevel":{"type":"object","properties":{"levelName":{"type":"string","enum":["study","field","entry","rep","block","sub-block","plot","sub-plot","plant","pot","sample"]},"levelOrder":{"type":"integer","format":"int32"}}},"StudyExperimentalDesign":{"type":"object","properties":{"PUI":{"type":"string"},"description":{"type":"string"}}},"StudyGrowthFacility":{"type":"object","properties":{"PUI":{"type":"string"},"description":{"type":"string"}}},"StudyLastUpdate":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time"},"version":{"type":"string"}}},"StudyNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"active":{"type":"boolean"},"commonCropName":{"type":"string"},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"culturalPractices":{"type":"string"},"dataLinks":{"type":"array","items":{"$ref":"#/components/schemas/DataLink"}},"documentationURL":{"type":"string"},"endDate":{"type":"string","format":"date-time"},"environmentParameters":{"type":"array","items":{"$ref":"#/components/schemas/EnvironmentParameter"}},"experimentalDesign":{"$ref":"#/components/schemas/StudyExperimentalDesign"},"growthFacility":{"$ref":"#/components/schemas/StudyGrowthFacility"},"lastUpdate":{"$ref":"#/components/schemas/StudyLastUpdate"},"license":{"type":"string"},"locationDbId":{"type":"string"},"locationName":{"type":"string"},"observationLevels":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitHierarchyLevel"}},"observationUnitsDescription":{"type":"string"},"seasons":{"type":"array","items":{"type":"string"}},"startDate":{"type":"string","format":"date-time"},"studyCode":{"type":"string"},"studyDescription":{"type":"string"},"studyName":{"type":"string"},"studyPUI":{"type":"string"},"studyType":{"type":"string"},"trialDbId":{"type":"string"},"trialName":{"type":"string"},"observationVariableDbIds":{"type":"array","items":{"type":"string"}}}},"Study":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"active":{"type":"boolean"},"commonCropName":{"type":"string"},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"culturalPractices":{"type":"string"},"dataLinks":{"type":"array","items":{"$ref":"#/components/schemas/DataLink"}},"documentationURL":{"type":"string"},"endDate":{"type":"string","format":"date-time"},"environmentParameters":{"type":"array","items":{"$ref":"#/components/schemas/EnvironmentParameter"}},"experimentalDesign":{"$ref":"#/components/schemas/StudyExperimentalDesign"},"growthFacility":{"$ref":"#/components/schemas/StudyGrowthFacility"},"lastUpdate":{"$ref":"#/components/schemas/StudyLastUpdate"},"license":{"type":"string"},"locationDbId":{"type":"string"},"locationName":{"type":"string"},"observationLevels":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitHierarchyLevel"}},"observationUnitsDescription":{"type":"string"},"seasons":{"type":"array","items":{"type":"string"}},"startDate":{"type":"string","format":"date-time"},"studyCode":{"type":"string"},"studyDescription":{"type":"string"},"studyName":{"type":"string"},"studyPUI":{"type":"string"},"studyType":{"type":"string"},"trialDbId":{"type":"string"},"trialName":{"type":"string"},"observationVariableDbIds":{"type":"array","items":{"type":"string"}},"studyDbId":{"type":"string"}}},"StudySingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Study"}}},"SeedLotContentMixture":{"type":"object","properties":{"crossDbId":{"type":"string"},"crossName":{"type":"string"},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"mixturePercentage":{"type":"integer","format":"int32"}}},"SeedLotNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"amount":{"type":"number"},"createdDate":{"type":"string","format":"date-time"},"germplasmDbId":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"locationDbId":{"type":"string"},"locationName":{"type":"string"},"programDbId":{"type":"string"},"programName":{"type":"string"},"seedLotDescription":{"type":"string"},"seedLotName":{"type":"string"},"sourceCollection":{"type":"string"},"storageLocation":{"type":"string"},"units":{"type":"string"},"contentMixture":{"type":"array","items":{"$ref":"#/components/schemas/SeedLotContentMixture"}}}},"SeedLot":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"amount":{"type":"number"},"createdDate":{"type":"string","format":"date-time"},"germplasmDbId":{"type":"string"},"lastUpdated":{"type":"string","format":"date-time"},"locationDbId":{"type":"string"},"locationName":{"type":"string"},"programDbId":{"type":"string"},"programName":{"type":"string"},"seedLotDescription":{"type":"string"},"seedLotName":{"type":"string"},"sourceCollection":{"type":"string"},"storageLocation":{"type":"string"},"units":{"type":"string"},"contentMixture":{"type":"array","items":{"$ref":"#/components/schemas/SeedLotContentMixture"}},"seedLotDbId":{"type":"string"}}},"SeedLotSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/SeedLot"}}},"Season":{"type":"object","properties":{"seasonDbId":{"type":"string"},"seasonName":{"type":"string"},"year":{"type":"integer","format":"int32"}}},"SeasonSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Season"}}},"ScaleBaseClass":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"dataType":{"type":"string","enum":["Code","Date","Duration","Nominal","Numerical","Ordinal","Text"]},"decimalPlaces":{"type":"integer","format":"int32"},"units":{"type":"string"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"scaleName":{"type":"string"},"scalePUI":{"type":"string"},"validValues":{"$ref":"#/components/schemas/ScaleBaseClassValidValues"}}},"ScaleSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Scale"}}},"SampleNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"column":{"type":"integer","format":"int32"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"germplasmDbId":{"type":"string"},"observationUnitDbId":{"type":"string"},"plateDbId":{"type":"string"},"plateName":{"type":"string"},"programDbId":{"type":"string"},"row":{"type":"string"},"sampleBarcode":{"type":"string"},"sampleDescription":{"type":"string"},"sampleGroupDbId":{"type":"string"},"sampleName":{"type":"string"},"samplePUI":{"type":"string"},"sampleTimestamp":{"type":"string","format":"date-time"},"sampleType":{"type":"string"},"studyDbId":{"type":"string"},"takenBy":{"type":"string"},"tissueType":{"type":"string"},"trialDbId":{"type":"string"},"well":{"type":"string"}}},"Sample":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"column":{"type":"integer","format":"int32"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"germplasmDbId":{"type":"string"},"observationUnitDbId":{"type":"string"},"plateDbId":{"type":"string"},"plateName":{"type":"string"},"programDbId":{"type":"string"},"row":{"type":"string"},"sampleBarcode":{"type":"string"},"sampleDescription":{"type":"string"},"sampleGroupDbId":{"type":"string"},"sampleName":{"type":"string"},"samplePUI":{"type":"string"},"sampleTimestamp":{"type":"string","format":"date-time"},"sampleType":{"type":"string"},"studyDbId":{"type":"string"},"takenBy":{"type":"string"},"tissueType":{"type":"string"},"trialDbId":{"type":"string"},"well":{"type":"string"},"sampleDbId":{"type":"string"}}},"SampleListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/SampleListResponseResult"}}},"SampleListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Sample"}}}},"SampleSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Sample"}}},"ProgramNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"abbreviation":{"type":"string"},"commonCropName":{"type":"string"},"documentationURL":{"type":"string"},"leadPersonDbId":{"type":"string"},"leadPersonName":{"type":"string"},"objective":{"type":"string"},"programName":{"type":"string"},"programType":{"type":"string","enum":["STANARD","PROJECT"]},"fundingInformation":{"type":"string"}}},"Program":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"abbreviation":{"type":"string"},"commonCropName":{"type":"string"},"documentationURL":{"type":"string"},"leadPersonDbId":{"type":"string"},"leadPersonName":{"type":"string"},"objective":{"type":"string"},"programName":{"type":"string"},"programType":{"type":"string","enum":["STANARD","PROJECT"]},"fundingInformation":{"type":"string"},"programDbId":{"type":"string"}}},"ProgramSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Program"}}},"PlateNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"plateBarcode":{"type":"string"},"plateFormat":{"type":"string","enum":["PLATE_96","TUBES"]},"plateName":{"type":"string"},"programDbId":{"type":"string"},"sampleType":{"type":"string","enum":["DNA","RNA","TISSUE","MIXED"]},"studyDbId":{"type":"string"},"trialDbId":{"type":"string"}}},"Plate":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"plateBarcode":{"type":"string"},"plateFormat":{"type":"string","enum":["PLATE_96","TUBES"]},"plateName":{"type":"string"},"programDbId":{"type":"string"},"sampleType":{"type":"string","enum":["DNA","RNA","TISSUE","MIXED"]},"studyDbId":{"type":"string"},"trialDbId":{"type":"string"},"plateDbId":{"type":"string"}}},"PlateListResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/PlateListResponseResult"}}},"PlateListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Plate"}}}},"CrossParent":{"type":"object","properties":{"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"observationUnitDbId":{"type":"string"},"observationUnitName":{"type":"string"},"parentType":{"type":"string","enum":["MALE","FEMALE","SELF","POPULATION","CLONAL"]}}},"PlannedCrossNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"crossType":{"type":"string","enum":["BIPARENTAL","SELF","OPEN_POLLINATED","BULK","BULK_SELFED","BULK_OPEN_POLLINATED","DOUBLE_HAPLOID"]},"crossingProjectDbId":{"type":"string"},"crossingProjectName":{"type":"string"},"parent1":{"$ref":"#/components/schemas/CrossParent"},"parent2":{"$ref":"#/components/schemas/CrossParent"},"plannedCrossName":{"type":"string"},"status":{"type":"string","enum":["TODO","DONE","SKIPPED"]}}},"PlannedCross":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"crossType":{"type":"string","enum":["BIPARENTAL","SELF","OPEN_POLLINATED","BULK","BULK_SELFED","BULK_OPEN_POLLINATED","DOUBLE_HAPLOID"]},"crossingProjectDbId":{"type":"string"},"crossingProjectName":{"type":"string"},"parent1":{"$ref":"#/components/schemas/CrossParent"},"parent2":{"$ref":"#/components/schemas/CrossParent"},"plannedCrossName":{"type":"string"},"status":{"type":"string","enum":["TODO","DONE","SKIPPED"]},"plannedCrossDbId":{"type":"string"}}},"PlannedCrossesListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/PlannedCrossesListResponseResult"}}},"PlannedCrossesListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/PlannedCross"}}}},"PersonNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"description":{"type":"string"},"emailAddress":{"type":"string"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"firstName":{"type":"string"},"lastName":{"type":"string"},"mailingAddress":{"type":"string"},"middleName":{"type":"string"},"phoneNumber":{"type":"string"},"userID":{"type":"string"}}},"Person":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"description":{"type":"string"},"emailAddress":{"type":"string"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"firstName":{"type":"string"},"lastName":{"type":"string"},"mailingAddress":{"type":"string"},"middleName":{"type":"string"},"phoneNumber":{"type":"string"},"userID":{"type":"string"},"personDbId":{"type":"string"}}},"PersonSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Person"}}},"PedigreeNode":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"breedingMethodDbId":{"type":"string"},"breedingMethodName":{"type":"string"},"crossingProjectDbId":{"type":"string"},"crossingYear":{"type":"integer","format":"int32"},"defaultDisplayName":{"type":"string"},"familyCode":{"type":"string"},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"germplasmPUI":{"type":"string"},"parents":{"type":"array","items":{"$ref":"#/components/schemas/PedigreeNodeParents"}},"pedigreeString":{"type":"string"},"progeny":{"type":"array","items":{"$ref":"#/components/schemas/PedigreeNodeParents"}},"siblings":{"type":"array","items":{"$ref":"#/components/schemas/PedigreeNodeSiblings"}}}},"PedigreeNodeParents":{"type":"object","properties":{"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"parentType":{"type":"string","enum":["MALE","FEMALE","SELF","POPULATION","CLONAL"]}}},"PedigreeNodeSiblings":{"type":"object","properties":{"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"}}},"PedigreeListResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/PedigreeListResponseResult"}}},"PedigreeListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/PedigreeNode"}}}},"OntologyNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"authors":{"type":"string"},"copyright":{"type":"string"},"description":{"type":"string"},"documentationURL":{"type":"string"},"licence":{"type":"string"},"ontologyName":{"type":"string"},"version":{"type":"string"}}},"Ontology":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"authors":{"type":"string"},"copyright":{"type":"string"},"description":{"type":"string"},"documentationURL":{"type":"string"},"licence":{"type":"string"},"ontologyName":{"type":"string"},"version":{"type":"string"},"ontologyDbId":{"type":"string"}}},"OntologySingleResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Ontology"}}},"GeoJSON":{"type":"object","properties":{"geometry":{"$ref":"#/components/schemas/GeoJSONGeometry"},"type":{"type":"string"}}},"GeoJSONGeometry":{"type":"object"},"ObservationTreatment":{"type":"object","properties":{"factor":{"type":"string"},"modality":{"type":"string"}}},"ObservationUnitLevel":{"type":"object","properties":{"levelName":{"type":"string","enum":["study","field","entry","rep","block","sub-block","plot","sub-plot","plant","pot","sample"]},"levelOrder":{"type":"integer","format":"int32"},"levelCode":{"type":"string"}}},"ObservationUnitLevelRelationship":{"type":"object","properties":{"levelName":{"type":"string","enum":["study","field","entry","rep","block","sub-block","plot","sub-plot","plant","pot","sample"]},"levelOrder":{"type":"integer","format":"int32"},"levelCode":{"type":"string"},"observationUnitDbId":{"type":"string"}}},"ObservationUnitNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"crossDbId":{"type":"string"},"crossName":{"type":"string"},"locationDbId":{"type":"string"},"locationName":{"type":"string"},"observationUnitName":{"type":"string"},"observationUnitPUI":{"type":"string"},"observationUnitPosition":{"$ref":"#/components/schemas/ObservationUnitPosition"},"programDbId":{"type":"string"},"programName":{"type":"string"},"seedLotDbId":{"type":"string"},"seedLotName":{"type":"string"},"studyDbId":{"type":"string"},"studyName":{"type":"string"},"treatments":{"type":"array","items":{"$ref":"#/components/schemas/ObservationTreatment"}},"trialDbId":{"type":"string"},"trialName":{"type":"string"}}},"ObservationUnitPosition":{"type":"object","properties":{"entryType":{"type":"string","enum":["CHECK","TEST","FILLER"]},"geoCoordinates":{"$ref":"#/components/schemas/GeoJSON"},"observationLevel":{"$ref":"#/components/schemas/ObservationUnitLevel"},"observationLevelRelationships":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitLevelRelationship"}},"positionCoordinateX":{"type":"string"},"positionCoordinateXType":{"type":"string","enum":["LONGITUDE","LATITUDE","PLANTED_ROW","PLANTED_INDIVIDUAL","GRID_ROW","GRID_COL","MEASURED_ROW","MEASURED_COL"]},"positionCoordinateY":{"type":"string"},"positionCoordinateYType":{"type":"string","enum":["LONGITUDE","LATITUDE","PLANTED_ROW","PLANTED_INDIVIDUAL","GRID_ROW","GRID_COL","MEASURED_ROW","MEASURED_COL"]}}},"Observation":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"collector":{"type":"string"},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"geoCoordinates":{"$ref":"#/components/schemas/GeoJSON"},"observationTimeStamp":{"type":"string","format":"date-time"},"observationUnitDbId":{"type":"string"},"observationUnitName":{"type":"string"},"observationVariableDbId":{"type":"string"},"observationVariableName":{"type":"string"},"season":{"$ref":"#/components/schemas/Season"},"studyDbId":{"type":"string"},"uploadedBy":{"type":"string"},"value":{"type":"string"},"observationDbId":{"type":"string"}}},"ObservationUnit":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"crossDbId":{"type":"string"},"crossName":{"type":"string"},"locationDbId":{"type":"string"},"locationName":{"type":"string"},"observationUnitName":{"type":"string"},"observationUnitPUI":{"type":"string"},"observationUnitPosition":{"$ref":"#/components/schemas/ObservationUnitPosition"},"programDbId":{"type":"string"},"programName":{"type":"string"},"seedLotDbId":{"type":"string"},"seedLotName":{"type":"string"},"studyDbId":{"type":"string"},"studyName":{"type":"string"},"treatments":{"type":"array","items":{"$ref":"#/components/schemas/ObservationTreatment"}},"trialDbId":{"type":"string"},"trialName":{"type":"string"},"observationUnitDbId":{"type":"string"},"observations":{"type":"array","items":{"$ref":"#/components/schemas/Observation"}}}},"ObservationUnitListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationUnitListResponseResult"}}},"ObservationUnitListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnit"}}}},"ObservationUnitSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationUnit"}}},"ObservationNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"collector":{"type":"string"},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"geoCoordinates":{"$ref":"#/components/schemas/GeoJSON"},"observationTimeStamp":{"type":"string","format":"date-time"},"observationUnitDbId":{"type":"string"},"observationUnitName":{"type":"string"},"observationVariableDbId":{"type":"string"},"observationVariableName":{"type":"string"},"season":{"$ref":"#/components/schemas/Season"},"studyDbId":{"type":"string"},"uploadedBy":{"type":"string"},"value":{"type":"string"}}},"ObservationListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationListResponseResult"}}},"ObservationListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Observation"}}}},"ObservationSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Observation"}}},"MethodBaseClass":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"bibliographicalReference":{"type":"string"},"description":{"type":"string"},"formula":{"type":"string"},"methodClass":{"type":"string"},"methodName":{"type":"string"},"methodPUI":{"type":"string"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"}}},"MethodSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Method"}}},"LocationNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"abbreviation":{"type":"string"},"coordinateDescription":{"type":"string"},"coordinateUncertainty":{"type":"string"},"coordinates":{"$ref":"#/components/schemas/GeoJSON"},"countryCode":{"type":"string"},"countryName":{"type":"string"},"documentationURL":{"type":"string"},"environmentType":{"type":"string"},"exposure":{"type":"string"},"instituteAddress":{"type":"string"},"instituteName":{"type":"string"},"locationName":{"type":"string"},"locationType":{"type":"string"},"siteStatus":{"type":"string"},"slope":{"type":"string"},"topography":{"type":"string"},"parentLocationDbId":{"type":"string"},"parentLocationName":{"type":"string"}}},"Location":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"abbreviation":{"type":"string"},"coordinateDescription":{"type":"string"},"coordinateUncertainty":{"type":"string"},"coordinates":{"$ref":"#/components/schemas/GeoJSON"},"countryCode":{"type":"string"},"countryName":{"type":"string"},"documentationURL":{"type":"string"},"environmentType":{"type":"string"},"exposure":{"type":"string"},"instituteAddress":{"type":"string"},"instituteName":{"type":"string"},"locationName":{"type":"string"},"locationType":{"type":"string"},"siteStatus":{"type":"string"},"slope":{"type":"string"},"topography":{"type":"string"},"parentLocationDbId":{"type":"string"},"parentLocationName":{"type":"string"},"locationDbId":{"type":"string"}}},"LocationSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Location"}}},"ListNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"dateCreated":{"type":"string","format":"date-time"},"dateModified":{"type":"string","format":"date-time"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"listDescription":{"type":"string"},"listName":{"type":"string"},"listOwnerName":{"type":"string"},"listOwnerPersonDbId":{"type":"string"},"listSize":{"type":"integer","format":"int32"},"listSource":{"type":"string"},"listType":{"type":"string","enum":["germplasm","markers","programs","trials","studies","observationUnits","observations","observationVariables","samples"]},"data":{"type":"array","items":{"type":"string"}}}},"ListDetails":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"dateCreated":{"type":"string","format":"date-time"},"dateModified":{"type":"string","format":"date-time"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"listDescription":{"type":"string"},"listName":{"type":"string"},"listOwnerName":{"type":"string"},"listOwnerPersonDbId":{"type":"string"},"listSize":{"type":"integer","format":"int32"},"listSource":{"type":"string"},"listType":{"type":"string","enum":["germplasm","markers","programs","trials","studies","observationUnits","observations","observationVariables","samples"]},"listDbId":{"type":"string"},"data":{"type":"array","items":{"type":"string"}}}},"ListsSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ListDetails"}}},"ImageNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"copyright":{"type":"string"},"description":{"type":"string"},"descriptiveOntologyTerms":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"imageFileName":{"type":"string"},"imageFileSize":{"type":"integer","format":"int32"},"imageHeight":{"type":"integer","format":"int32"},"imageLocation":{"$ref":"#/components/schemas/GeoJSON"},"imageName":{"type":"string"},"imageTimeStamp":{"type":"string","format":"date-time"},"imageURL":{"type":"string"},"imageWidth":{"type":"integer","format":"int32"},"mimeType":{"type":"string","pattern":"image/.*"},"observationDbIds":{"type":"array","items":{"type":"string"}},"observationUnitDbId":{"type":"string"}}},"Image":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"copyright":{"type":"string"},"description":{"type":"string"},"descriptiveOntologyTerms":{"type":"array","items":{"type":"string"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"imageFileName":{"type":"string"},"imageFileSize":{"type":"integer","format":"int32"},"imageHeight":{"type":"integer","format":"int32"},"imageLocation":{"$ref":"#/components/schemas/GeoJSON"},"imageName":{"type":"string"},"imageTimeStamp":{"type":"string","format":"date-time"},"imageURL":{"type":"string"},"imageWidth":{"type":"integer","format":"int32"},"mimeType":{"type":"string","pattern":"image/.*"},"observationDbIds":{"type":"array","items":{"type":"string"}},"observationUnitDbId":{"type":"string"},"imageDbId":{"type":"string"}}},"ImageSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Image"}}},"GermplasmNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"accessionNumber":{"type":"string"},"acquisitionDate":{"type":"string","format":"date"},"biologicalStatusOfAccessionCode":{"type":"string","enum":["100","110","120","130","200","300","400","410","411","412","413","414","415","416","420","421","422","423","500","600","999"]},"biologicalStatusOfAccessionDescription":{"type":"string"},"breedingMethodDbId":{"type":"string"},"breedingMethodName":{"type":"string"},"collection":{"type":"string"},"commonCropName":{"type":"string"},"countryOfOriginCode":{"type":"string"},"defaultDisplayName":{"type":"string"},"documentationURL":{"type":"string"},"donors":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmNewRequestDonors"}},"genus":{"type":"string"},"germplasmName":{"type":"string"},"germplasmOrigin":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmOrigin"}},"germplasmPUI":{"type":"string"},"germplasmPreprocessing":{"type":"string"},"instituteCode":{"type":"string"},"instituteName":{"type":"string"},"pedigree":{"type":"string"},"seedSource":{"type":"string"},"seedSourceDescription":{"type":"string"},"species":{"type":"string"},"speciesAuthority":{"type":"string"},"storageTypes":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmStorageTypes"}},"subtaxa":{"type":"string"},"subtaxaAuthority":{"type":"string"},"synonyms":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmNewRequestSynonyms"}},"taxonIds":{"type":"array","items":{"$ref":"#/components/schemas/TaxonID"}}}},"GermplasmNewRequestDonors":{"type":"object","properties":{"donorAccessionNumber":{"type":"string"},"donorInstituteCode":{"type":"string"},"germplasmPUI":{"type":"string"}}},"GermplasmNewRequestSynonyms":{"type":"object","properties":{"synonym":{"type":"string"},"type":{"type":"string"}}},"GermplasmOrigin":{"type":"object","properties":{"coordinateUncertainty":{"type":"string"},"coordinates":{"$ref":"#/components/schemas/GeoJSON"}}},"GermplasmStorageTypes":{"type":"object","properties":{"code":{"type":"string","enum":["10","11","12","13","20","30","40","50","99"]},"description":{"type":"string"}}},"TaxonID":{"type":"object","properties":{"sourceName":{"type":"string"},"taxonId":{"type":"string"}}},"Germplasm":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"accessionNumber":{"type":"string"},"acquisitionDate":{"type":"string","format":"date"},"biologicalStatusOfAccessionCode":{"type":"string","enum":["100","110","120","130","200","300","400","410","411","412","413","414","415","416","420","421","422","423","500","600","999"]},"biologicalStatusOfAccessionDescription":{"type":"string"},"breedingMethodDbId":{"type":"string"},"breedingMethodName":{"type":"string"},"collection":{"type":"string"},"commonCropName":{"type":"string"},"countryOfOriginCode":{"type":"string"},"defaultDisplayName":{"type":"string"},"documentationURL":{"type":"string"},"donors":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmNewRequestDonors"}},"genus":{"type":"string"},"germplasmName":{"type":"string"},"germplasmOrigin":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmOrigin"}},"germplasmPUI":{"type":"string"},"germplasmPreprocessing":{"type":"string"},"instituteCode":{"type":"string"},"instituteName":{"type":"string"},"pedigree":{"type":"string"},"seedSource":{"type":"string"},"seedSourceDescription":{"type":"string"},"species":{"type":"string"},"speciesAuthority":{"type":"string"},"storageTypes":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmStorageTypes"}},"subtaxa":{"type":"string"},"subtaxaAuthority":{"type":"string"},"synonyms":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmNewRequestSynonyms"}},"taxonIds":{"type":"array","items":{"$ref":"#/components/schemas/TaxonID"}},"germplasmDbId":{"type":"string"}}},"GermplasmSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Germplasm"}}},"CrossingProjectNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"crossingProjectDescription":{"type":"string"},"crossingProjectName":{"type":"string"},"programDbId":{"type":"string"},"programName":{"type":"string"},"potentialParents":{"type":"array","items":{"$ref":"#/components/schemas/CrossParent"}}}},"CrossingProject":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"crossingProjectDescription":{"type":"string"},"crossingProjectName":{"type":"string"},"programDbId":{"type":"string"},"programName":{"type":"string"},"potentialParents":{"type":"array","items":{"$ref":"#/components/schemas/CrossParent"}},"crossingProjectDbId":{"type":"string"}}},"CrossingProjectsSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CrossingProject"}}},"CrossNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"crossAttributes":{"type":"array","items":{"$ref":"#/components/schemas/CrossNewRequestCrossAttributes"}},"crossName":{"type":"string"},"crossType":{"type":"string","enum":["BIPARENTAL","SELF","OPEN_POLLINATED","BULK","BULK_SELFED","BULK_OPEN_POLLINATED","DOUBLE_HAPLOID"]},"crossingProjectDbId":{"type":"string"},"crossingProjectName":{"type":"string"},"parent1":{"$ref":"#/components/schemas/CrossParent"},"parent2":{"$ref":"#/components/schemas/CrossParent"},"pollinationTimeStamp":{"type":"string","format":"date-time"},"pollinationEvents":{"type":"array","items":{"$ref":"#/components/schemas/CrossPollinationEvents"}},"plannedCrossDbId":{"type":"string"},"plannedCrossName":{"type":"string"}}},"CrossNewRequestCrossAttributes":{"type":"object","properties":{"crossAttributeName":{"type":"string"},"crossAttributeValue":{"type":"string"}}},"CrossPollinationEvents":{"type":"object","properties":{"pollinationNumber":{"type":"string"},"pollinationSuccessful":{"type":"boolean"},"pollinationTimeStamp":{"type":"string","format":"date-time"}}},"Cross":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"crossAttributes":{"type":"array","items":{"$ref":"#/components/schemas/CrossNewRequestCrossAttributes"}},"crossName":{"type":"string"},"crossType":{"type":"string","enum":["BIPARENTAL","SELF","OPEN_POLLINATED","BULK","BULK_SELFED","BULK_OPEN_POLLINATED","DOUBLE_HAPLOID"]},"crossingProjectDbId":{"type":"string"},"crossingProjectName":{"type":"string"},"parent1":{"$ref":"#/components/schemas/CrossParent"},"parent2":{"$ref":"#/components/schemas/CrossParent"},"pollinationTimeStamp":{"type":"string","format":"date-time"},"pollinationEvents":{"type":"array","items":{"$ref":"#/components/schemas/CrossPollinationEvents"}},"plannedCrossDbId":{"type":"string"},"plannedCrossName":{"type":"string"},"crossDbId":{"type":"string"}}},"CrossesListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CrossesListResponseResult"}}},"CrossesListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Cross"}}}},"Call":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"callSetDbId":{"type":"string"},"callSetName":{"type":"string"},"genotype":{"$ref":"#/components/schemas/ListValue"},"genotypeValue":{"type":"string"},"genotypeMetadata":{"type":"array","items":{"$ref":"#/components/schemas/CallGenotypeMetadata"}},"genotype_likelihood":{"type":"array","items":{"type":"number","format":"double"}},"phaseSet":{"type":"string"},"variantDbId":{"type":"string"},"variantName":{"type":"string"},"variantSetDbId":{"type":"string"},"variantSetName":{"type":"string"}}},"CallGenotypeMetadata":{"type":"object","properties":{"dataType":{"type":"string","enum":["string","integer","float","boolean"]},"fieldAbbreviation":{"type":"string"},"fieldName":{"type":"string"},"fieldValue":{"type":"string"}}},"ListValue":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"CallsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CallsListResponseResult"}}},"CallsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Call"}},"expandHomozygotes":{"type":"boolean"},"sepPhased":{"type":"string"},"sepUnphased":{"type":"string"},"unknownString":{"type":"string"}}},"GermplasmAttributeValueNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"attributeDbId":{"type":"string"},"attributeName":{"type":"string"},"determinedDate":{"type":"string","format":"date-time"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"value":{"type":"string"}}},"GermplasmAttributeValue":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"attributeDbId":{"type":"string"},"attributeName":{"type":"string"},"determinedDate":{"type":"string","format":"date-time"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"value":{"type":"string"},"attributeValueDbId":{"type":"string"}}},"GermplasmAttributeValueSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmAttributeValue"}}},"GermplasmAttributeNewRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"contextOfUse":{"type":"array","items":{"type":"string"}},"defaultValue":{"type":"string"},"documentationURL":{"type":"string"},"growthStage":{"type":"string"},"institution":{"type":"string"},"language":{"type":"string"},"method":{"$ref":"#/components/schemas/Method"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"scale":{"$ref":"#/components/schemas/Scale"},"scientist":{"type":"string"},"status":{"type":"string"},"submissionTimestamp":{"type":"string","format":"date-time"},"synonyms":{"type":"array","items":{"type":"string"}},"trait":{"$ref":"#/components/schemas/Trait"},"attributeCategory":{"type":"string"},"attributeDescription":{"type":"string"},"attributeName":{"type":"string"},"attributePUI":{"type":"string"}}},"GermplasmAttribute":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"contextOfUse":{"type":"array","items":{"type":"string"}},"defaultValue":{"type":"string"},"documentationURL":{"type":"string"},"growthStage":{"type":"string"},"institution":{"type":"string"},"language":{"type":"string"},"method":{"$ref":"#/components/schemas/Method"},"ontologyReference":{"$ref":"#/components/schemas/OntologyReference"},"scale":{"$ref":"#/components/schemas/Scale"},"scientist":{"type":"string"},"status":{"type":"string"},"submissionTimestamp":{"type":"string","format":"date-time"},"synonyms":{"type":"array","items":{"type":"string"}},"trait":{"$ref":"#/components/schemas/Trait"},"attributeCategory":{"type":"string"},"attributeDescription":{"type":"string"},"attributeName":{"type":"string"},"attributePUI":{"type":"string"},"attributeDbId":{"type":"string"}}},"GermplasmAttributeSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmAttribute"}}},"Measurement":{"type":"object","properties":{"units":{"type":"string"},"value":{"type":"number"}}},"VendorPlateSubmissionRequest":{"type":"object","properties":{"clientId":{"type":"string"},"numberOfSamples":{"type":"integer","format":"int32"},"plates":{"type":"array","items":{"$ref":"#/components/schemas/VendorPlateSubmissionRequestPlates"}},"sampleType":{"type":"string","enum":["DNA","RNA","Tissue"]}}},"VendorPlateSubmissionRequestPlates":{"type":"object","properties":{"clientPlateBarcode":{"type":"string"},"clientPlateId":{"type":"string"},"sampleSubmissionFormat":{"type":"string","enum":["PLATE_96","TUBES"]},"samples":{"type":"array","items":{"$ref":"#/components/schemas/VendorSample"}}}},"VendorSample":{"type":"object","properties":{"clientSampleBarCode":{"type":"string"},"clientSampleId":{"type":"string"},"column":{"type":"integer","format":"int32"},"comments":{"type":"string"},"concentration":{"$ref":"#/components/schemas/Measurement"},"organismName":{"type":"string"},"row":{"type":"string"},"speciesName":{"type":"string"},"taxonomyOntologyReference":{"$ref":"#/components/schemas/OntologyReference"},"tissueType":{"type":"string"},"tissueTypeOntologyReference":{"$ref":"#/components/schemas/OntologyReference"},"volume":{"$ref":"#/components/schemas/Measurement"},"well":{"type":"string"}}},"VendorPlateSubmissionId":{"type":"object","properties":{"submissionId":{"type":"string"}}},"VendorPlateSubmissionIdSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorPlateSubmissionId"}}},"VendorOrderSubmissionRequest":{"type":"object","properties":{"clientId":{"type":"string"},"numberOfSamples":{"type":"integer","format":"int32"},"plates":{"type":"array","items":{"$ref":"#/components/schemas/VendorPlateSubmissionRequestPlates"}},"sampleType":{"type":"string","enum":["DNA","RNA","Tissue"]},"requiredServiceInfo":{"type":"object","additionalProperties":{"type":"string"}},"serviceIds":{"type":"array","items":{"type":"string"}}}},"ShipmentForm":{"type":"object","properties":{"fileDescription":{"type":"string"},"fileName":{"type":"string"},"fileURL":{"type":"string"}}},"VendorOrderSubmission":{"type":"object","properties":{"orderId":{"type":"string"},"shipmentForms":{"type":"array","items":{"$ref":"#/components/schemas/ShipmentForm"}}}},"VendorOrderSubmissionSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorOrderSubmission"}}},"VariantSetsExtractRequest":{"type":"object","properties":{"callSetDbIds":{"type":"array","items":{"type":"string"}},"expandHomozygotes":{"type":"boolean"},"sepPhased":{"type":"string"},"sepUnphased":{"type":"string"},"unknownString":{"type":"string"},"variantDbIds":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"Analysis":{"type":"object","properties":{"analysisDbId":{"type":"string"},"analysisName":{"type":"string"},"created":{"type":"string","format":"date-time"},"description":{"type":"string"},"software":{"type":"array","items":{"type":"string"}},"type":{"type":"string"},"updated":{"type":"string","format":"date-time"}}},"VariantSet":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"analysis":{"type":"array","items":{"$ref":"#/components/schemas/Analysis"}},"availableFormats":{"type":"array","items":{"$ref":"#/components/schemas/VariantSetAvailableFormats"}},"callSetCount":{"type":"integer","format":"int32"},"referenceSetDbId":{"type":"string"},"studyDbId":{"type":"string"},"variantCount":{"type":"integer","format":"int32"},"variantSetDbId":{"type":"string"},"variantSetName":{"type":"string"},"metadataFields":{"type":"array","items":{"$ref":"#/components/schemas/VariantSetMetadataFields"}}}},"VariantSetAvailableFormats":{"type":"object","properties":{"dataFormat":{"type":"string","enum":["DartSeq","VCF","Hapmap","tabular","JSON"]},"fileFormat":{"type":"string","enum":["application/json","text/csv","text/tsv","application/flapjack","application/excel","application/zip"]},"fileURL":{"type":"string"},"expandHomozygotes":{"type":"boolean"},"sepPhased":{"type":"string"},"sepUnphased":{"type":"string"},"unknownString":{"type":"string"}}},"VariantSetMetadataFields":{"type":"object","properties":{"dataType":{"type":"string","enum":["string","integer","float","boolean"]},"fieldAbbreviation":{"type":"string"},"fieldName":{"type":"string"}}},"VariantSetResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VariantSet"}}},"ObservationVariableListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationVariableListResponseResult"}}},"ObservationVariableListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ObservationVariable"}}}},"TrialListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/TrialListResponseResult"}}},"TrialListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Trial"}}}},"TraitListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/TraitListResponseResult"}}},"TraitListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Trait"}}}},"StudyListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/StudyListResponseResult"}}},"StudyListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Study"}}}},"SeedLotListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/SeedLotListResponseResult"}}},"SeedLotListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/SeedLot"}}}},"SeedLotNewTransactionRequest":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"amount":{"type":"number"},"fromSeedLotDbId":{"type":"string"},"toSeedLotDbId":{"type":"string"},"transactionDescription":{"type":"string"},"transactionTimestamp":{"type":"string","format":"date-time"},"units":{"type":"string"}}},"SeedLotTransaction":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"amount":{"type":"number"},"fromSeedLotDbId":{"type":"string"},"toSeedLotDbId":{"type":"string"},"transactionDescription":{"type":"string"},"transactionTimestamp":{"type":"string","format":"date-time"},"units":{"type":"string"},"transactionDbId":{"type":"string"}}},"SeedLotTransactionListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/SeedLotTransactionListResponseResult"}}},"SeedLotTransactionListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/SeedLotTransaction"}}}},"SeasonListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/SeasonListResponseResult"}}},"SeasonListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Season"}}}},"VariantSetsSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"callSetDbIds":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"referenceDbIds":{"type":"array","items":{"type":"string"}},"referenceSetDbIds":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}},"variantDbIds":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"BrAPIResponse":{"type":"object","properties":{"result":{"type":"object"},"metadata":{"$ref":"#/components/schemas/Metadata"},"_atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}},"writeOnly":true}}},"VariantsSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"callSetDbIds":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"end":{"type":"integer","format":"int32"},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"referenceDbId":{"type":"string"},"referenceDbIds":{"type":"array","items":{"type":"string"}},"referenceSetDbIds":{"type":"array","items":{"type":"string"}},"start":{"type":"integer","format":"int32"},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}},"variantDbIds":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"ObservationVariableSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"dataTypes":{"type":"array","items":{"type":"string","enum":["Code","Date","Duration","Nominal","Numerical","Ordinal","Text"]}},"methodDbIds":{"type":"array","items":{"type":"string"}},"methodNames":{"type":"array","items":{"type":"string"}},"methodPUIs":{"type":"array","items":{"type":"string"}},"observationVariableDbIds":{"type":"array","items":{"type":"string"}},"observationVariableNames":{"type":"array","items":{"type":"string"}},"observationVariablePUIs":{"type":"array","items":{"type":"string"}},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"ontologyDbIds":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"scaleDbIds":{"type":"array","items":{"type":"string"}},"scaleNames":{"type":"array","items":{"type":"string"}},"scalePUIs":{"type":"array","items":{"type":"string"}},"studyDbId":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"traitAttributePUIs":{"type":"array","items":{"type":"string"}},"traitAttributes":{"type":"array","items":{"type":"string"}},"traitClasses":{"type":"array","items":{"type":"string"}},"traitDbIds":{"type":"array","items":{"type":"string"}},"traitEntities":{"type":"array","items":{"type":"string"}},"traitEntityPUIs":{"type":"array","items":{"type":"string"}},"traitNames":{"type":"array","items":{"type":"string"}},"traitPUIs":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"TrialSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"locationDbIds":{"type":"array","items":{"type":"string"}},"locationNames":{"type":"array","items":{"type":"string"}},"active":{"type":"boolean"},"contactDbIds":{"type":"array","items":{"type":"string"}},"searchDateRangeEnd":{"type":"string","format":"date"},"searchDateRangeStart":{"type":"string","format":"date"},"trialPUIs":{"type":"array","items":{"type":"string"}},"sortBy":{"type":"string","enum":["studyDbId","startDate","endDate","trialDbId","trialName","programDbId","locationDbId","seasonDbId","studyType","studyName","studyLocation","programName","germplasmDbId","observationVariableDbId"]},"sortOrder":{"type":"string","enum":["ASC","DESC"]}}},"StudySearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"locationDbIds":{"type":"array","items":{"type":"string"}},"locationNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"observationVariableDbIds":{"type":"array","items":{"type":"string"}},"observationVariableNames":{"type":"array","items":{"type":"string"}},"active":{"type":"boolean"},"seasonDbIds":{"type":"array","items":{"type":"string"}},"sortBy":{"type":"string","enum":["studyDbId","startDate","endDate","trialDbId","trialName","programDbId","locationDbId","seasonDbId","studyType","studyName","studyLocation","programName","germplasmDbId","observationVariableDbId"]},"sortOrder":{"type":"string","enum":["ASC","DESC"]},"studyCodes":{"type":"array","items":{"type":"string"}},"studyPUIs":{"type":"array","items":{"type":"string"}},"studyTypes":{"type":"array","items":{"type":"string"}}}},"SampleSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"plateDbIds":{"type":"array","items":{"type":"string"}},"plateNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"sampleDbIds":{"type":"array","items":{"type":"string"}},"sampleGroupDbIds":{"type":"array","items":{"type":"string"}},"sampleNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"ReferenceSetsSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"accessions":{"type":"array","items":{"type":"string"}},"assemblyPUIs":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"md5checksums":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"referenceSetDbIds":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"ReferencesSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"accessions":{"type":"array","items":{"type":"string"}},"isDerived":{"type":"boolean"},"maxLength":{"type":"integer","format":"int32"},"md5checksums":{"type":"array","items":{"type":"string"}},"minLength":{"type":"integer","format":"int32"},"referenceDbIds":{"type":"array","items":{"type":"string"}},"referenceSetDbIds":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"ProgramSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"abbreviations":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"leadPersonDbIds":{"type":"array","items":{"type":"string"}},"leadPersonNames":{"type":"array","items":{"type":"string"}},"objectives":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"programTypes":{"type":"array","items":{"type":"string","enum":["STANARD","PROJECT"]}}}},"PlateSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"plateBarcodes":{"type":"array","items":{"type":"string"}},"plateDbIds":{"type":"array","items":{"type":"string"}},"plateNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"sampleDbIds":{"type":"array","items":{"type":"string"}},"sampleGroupDbIds":{"type":"array","items":{"type":"string"}},"sampleNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"PersonSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"emailAddresses":{"type":"array","items":{"type":"string"}},"firstNames":{"type":"array","items":{"type":"string"}},"lastNames":{"type":"array","items":{"type":"string"}},"mailingAddresses":{"type":"array","items":{"type":"string"}},"middleNames":{"type":"array","items":{"type":"string"}},"personDbIds":{"type":"array","items":{"type":"string"}},"phoneNumbers":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"userIDs":{"type":"array","items":{"type":"string"}}}},"PedigreeSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"accessionNumbers":{"type":"array","items":{"type":"string"}},"binomialNames":{"type":"array","items":{"type":"string"}},"collections":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"familyCodes":{"type":"array","items":{"type":"string"}},"genus":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"germplasmPUIs":{"type":"array","items":{"type":"string"}},"includeFullTree":{"type":"boolean"},"includeParents":{"type":"boolean"},"includeProgeny":{"type":"boolean"},"includeSiblings":{"type":"boolean"},"instituteCodes":{"type":"array","items":{"type":"string"}},"pedigreeDepth":{"type":"integer","format":"int32"},"progenyDepth":{"type":"integer","format":"int32"},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"species":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"synonyms":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"ObservationUnitSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"seasonDbIds":{"type":"array","items":{"type":"string"}},"locationDbIds":{"type":"array","items":{"type":"string"}},"locationNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"observationVariableDbIds":{"type":"array","items":{"type":"string"}},"observationVariableNames":{"type":"array","items":{"type":"string"}},"observationVariablePUIs":{"type":"array","items":{"type":"string"}},"includeObservations":{"type":"boolean"},"observationLevelRelationships":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitLevelRelationship"}},"observationLevels":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitLevel"}},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"observationUnitNames":{"type":"array","items":{"type":"string"}}}},"ObservationSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"locationDbIds":{"type":"array","items":{"type":"string"}},"locationNames":{"type":"array","items":{"type":"string"}},"observationVariableDbIds":{"type":"array","items":{"type":"string"}},"observationVariableNames":{"type":"array","items":{"type":"string"}},"observationDbIds":{"type":"array","items":{"type":"string"}},"observationLevelRelationships":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitLevelRelationship"}},"observationLevels":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitLevel"}},"observationTimeStampRangeEnd":{"type":"string","format":"date-time"},"observationTimeStampRangeStart":{"type":"string","format":"date-time"},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"seasonDbIds":{"type":"array","items":{"type":"string"}}}},"MarkerPositionSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"linkageGroupNames":{"type":"array","items":{"type":"string"}},"mapDbIds":{"type":"array","items":{"type":"string"}},"maxPosition":{"type":"integer","format":"int32"},"minPosition":{"type":"integer","format":"int32"},"variantDbIds":{"type":"array","items":{"type":"string"}}}},"GeoJSONSearchArea":{"type":"object","properties":{"geometry":{"$ref":"#/components/schemas/GeoJSONGeometry"},"type":{"type":"string"}}},"LocationSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"parentLocationDbIds":{"type":"array","items":{"type":"string"}},"parentLocationNames":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"locationDbIds":{"type":"array","items":{"type":"string"}},"locationNames":{"type":"array","items":{"type":"string"}},"abbreviations":{"type":"array","items":{"type":"string"}},"altitudeMax":{"type":"number"},"altitudeMin":{"type":"number"},"coordinates":{"$ref":"#/components/schemas/GeoJSONSearchArea"},"countryCodes":{"type":"array","items":{"type":"string"}},"countryNames":{"type":"array","items":{"type":"string"}},"instituteAddresses":{"type":"array","items":{"type":"string"}},"instituteNames":{"type":"array","items":{"type":"string"}},"locationTypes":{"type":"array","items":{"type":"string"}}}},"ListSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"dateCreatedRangeEnd":{"type":"string","format":"date-time"},"dateCreatedRangeStart":{"type":"string","format":"date-time"},"dateModifiedRangeEnd":{"type":"string","format":"date-time"},"dateModifiedRangeStart":{"type":"string","format":"date-time"},"listDbIds":{"type":"array","items":{"type":"string"}},"listNames":{"type":"array","items":{"type":"string"}},"listOwnerNames":{"type":"array","items":{"type":"string"}},"listOwnerPersonDbIds":{"type":"array","items":{"type":"string"}},"listSources":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"listType":{"type":"string","enum":["germplasm","markers","programs","trials","studies","observationUnits","observations","observationVariables","samples"]}}},"ImageSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"descriptiveOntologyTerms":{"type":"array","items":{"type":"string"}},"imageDbIds":{"type":"array","items":{"type":"string"}},"imageFileNames":{"type":"array","items":{"type":"string"}},"imageFileSizeMax":{"type":"integer","format":"int32"},"imageFileSizeMin":{"type":"integer","format":"int32"},"imageHeightMax":{"type":"integer","format":"int32"},"imageHeightMin":{"type":"integer","format":"int32"},"imageLocation":{"$ref":"#/components/schemas/GeoJSONSearchArea"},"imageNames":{"type":"array","items":{"type":"string"}},"imageTimeStampRangeEnd":{"type":"string","format":"date-time"},"imageTimeStampRangeStart":{"type":"string","format":"date-time"},"imageWidthMax":{"type":"integer","format":"int32"},"imageWidthMin":{"type":"integer","format":"int32"},"mimeTypes":{"type":"array","items":{"type":"string"}},"observationDbIds":{"type":"array","items":{"type":"string"}},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}}}},"GermplasmSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"accessionNumbers":{"type":"array","items":{"type":"string"}},"binomialNames":{"type":"array","items":{"type":"string"}},"collections":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"familyCodes":{"type":"array","items":{"type":"string"}},"genus":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"germplasmPUIs":{"type":"array","items":{"type":"string"}},"instituteCodes":{"type":"array","items":{"type":"string"}},"parentDbIds":{"type":"array","items":{"type":"string"}},"progenyDbIds":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"species":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"synonyms":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"CallSetsSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"callSetDbIds":{"type":"array","items":{"type":"string"}},"callSetNames":{"type":"array","items":{"type":"string"}},"sampleDbIds":{"type":"array","items":{"type":"string"}},"sampleNames":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"CallsSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"callSetDbIds":{"type":"array","items":{"type":"string"}},"expandHomozygotes":{"type":"boolean"},"sepPhased":{"type":"string"},"sepUnphased":{"type":"string"},"unknownString":{"type":"string"},"variantDbIds":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"GermplasmAttributeValueSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"attributeDbIds":{"type":"array","items":{"type":"string"}},"attributeNames":{"type":"array","items":{"type":"string"}},"attributeValueDbIds":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"dataTypes":{"type":"array","items":{"type":"string","enum":["Code","Date","Duration","Nominal","Numerical","Ordinal","Text"]}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"methodDbIds":{"type":"array","items":{"type":"string"}},"ontologyDbIds":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"scaleDbIds":{"type":"array","items":{"type":"string"}},"traitClasses":{"type":"array","items":{"type":"string"}},"traitDbIds":{"type":"array","items":{"type":"string"}}}},"GermplasmAttributeSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"attributeCategories":{"type":"array","items":{"type":"string"}},"attributeDbIds":{"type":"array","items":{"type":"string"}},"attributeNames":{"type":"array","items":{"type":"string"}},"attributePUIs":{"type":"array","items":{"type":"string"}},"commonCropNames":{"type":"array","items":{"type":"string"}},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"dataTypes":{"type":"array","items":{"type":"string","enum":["Code","Date","Duration","Nominal","Numerical","Ordinal","Text"]}},"methodDbIds":{"type":"array","items":{"type":"string"}},"methodNames":{"type":"array","items":{"type":"string"}},"methodPUIs":{"type":"array","items":{"type":"string"}},"ontologyDbIds":{"type":"array","items":{"type":"string"}},"programDbIds":{"type":"array","items":{"type":"string"}},"programNames":{"type":"array","items":{"type":"string"}},"scaleDbIds":{"type":"array","items":{"type":"string"}},"scaleNames":{"type":"array","items":{"type":"string"}},"scalePUIs":{"type":"array","items":{"type":"string"}},"studyDbId":{"type":"array","items":{"type":"string"}},"studyDbIds":{"type":"array","items":{"type":"string"}},"studyNames":{"type":"array","items":{"type":"string"}},"traitAttributePUIs":{"type":"array","items":{"type":"string"}},"traitAttributes":{"type":"array","items":{"type":"string"}},"traitClasses":{"type":"array","items":{"type":"string"}},"traitDbIds":{"type":"array","items":{"type":"string"}},"traitEntities":{"type":"array","items":{"type":"string"}},"traitEntityPUIs":{"type":"array","items":{"type":"string"}},"traitNames":{"type":"array","items":{"type":"string"}},"traitPUIs":{"type":"array","items":{"type":"string"}},"trialDbIds":{"type":"array","items":{"type":"string"}},"trialNames":{"type":"array","items":{"type":"string"}}}},"AlleleMatrixSearchRequest":{"type":"object","properties":{"externalReferenceIDs":{"type":"array","items":{"type":"string"}},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"},"pageToken":{"type":"string"},"externalReferenceIds":{"type":"array","items":{"type":"string"}},"externalReferenceSources":{"type":"array","items":{"type":"string"}},"callSetDbIds":{"type":"array","items":{"type":"string"}},"dataMatrixAbbreviations":{"type":"array","items":{"type":"string"}},"dataMatrixNames":{"type":"array","items":{"type":"string"}},"expandHomozygotes":{"type":"boolean"},"germplasmDbIds":{"type":"array","items":{"type":"string"}},"germplasmNames":{"type":"array","items":{"type":"string"}},"germplasmPUIs":{"type":"array","items":{"type":"string"}},"pagination":{"type":"array","items":{"$ref":"#/components/schemas/AlleleMatrixSearchRequestPagination"}},"positionRanges":{"type":"array","items":{"type":"string"}},"preview":{"type":"boolean"},"sampleDbIds":{"type":"array","items":{"type":"string"}},"sepPhased":{"type":"string"},"sepUnphased":{"type":"string"},"unknownString":{"type":"string"},"variantDbIds":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"AlleleMatrixSearchRequestPagination":{"type":"object","properties":{"dimension":{"type":"string","enum":["CALLSETS","VARIANTS"]},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"}}},"ScaleListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ScaleListResponseResult"}}},"ScaleListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Scale"}}}},"ProgramListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ProgramListResponseResult"}}},"ProgramListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Program"}}}},"PersonListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/PersonListResponseResult"}}},"PersonListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Person"}}}},"OntologyListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/OntologyListResponseResult"}}},"OntologyListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Ontology"}}}},"MethodListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/MethodListResponseResult"}}},"MethodListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Method"}}}},"LocationListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/LocationListResponseResult"}}},"LocationListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Location"}}}},"ListSummary":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"dateCreated":{"type":"string","format":"date-time"},"dateModified":{"type":"string","format":"date-time"},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"listDescription":{"type":"string"},"listName":{"type":"string"},"listOwnerName":{"type":"string"},"listOwnerPersonDbId":{"type":"string"},"listSize":{"type":"integer","format":"int32"},"listSource":{"type":"string"},"listType":{"type":"string","enum":["germplasm","markers","programs","trials","studies","observationUnits","observations","observationVariables","samples"]},"listDbId":{"type":"string"}}},"ListsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ListsListResponseResult"}}},"ListsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ListSummary"}}}},"ListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ListDetails"}}},"ImageListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ImageListResponseResult"}}},"ImageListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Image"}}}},"GermplasmListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmListResponseResult"}}},"GermplasmListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Germplasm"}}}},"ObservationDeleteResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationDeleteResponseResult"}}},"ObservationDeleteResponseResult":{"type":"object","properties":{"observationDbIds":{"type":"array","items":{"type":"string"}}}},"ImageDeleteResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ImageDeleteResponseResult"}}},"ImageDeleteResponseResult":{"type":"object","properties":{"imageDbIds":{"type":"array","items":{"type":"string"}}}},"CrossingProjectsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CrossingProjectsListResponseResult"}}},"CrossingProjectsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/CrossingProject"}}}},"GermplasmAttributeValueListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmAttributeValueListResponseResult"}}},"GermplasmAttributeValueListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmAttributeValue"}}}},"GermplasmAttributeListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmAttributeListResponseResult"}}},"GermplasmAttributeListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmAttribute"}}}},"VendorContact":{"type":"object","properties":{"vendorAddress":{"type":"string"},"vendorCity":{"type":"string"},"vendorContactName":{"type":"string"},"vendorCountry":{"type":"string"},"vendorDescription":{"type":"string"},"vendorEmail":{"type":"string"},"vendorName":{"type":"string"},"vendorPhone":{"type":"string"},"vendorURL":{"type":"string"}}},"VendorSpecification":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"services":{"type":"array","items":{"$ref":"#/components/schemas/VendorSpecificationService"}},"vendorContact":{"$ref":"#/components/schemas/VendorContact"}}},"VendorSpecificationService":{"type":"object","properties":{"serviceDescription":{"type":"string"},"serviceId":{"type":"string"},"serviceName":{"type":"string"},"servicePlatformMarkerType":{"type":"string","enum":["FIXED","DISCOVERABLE"]},"servicePlatformName":{"type":"string"},"specificRequirements":{"type":"array","items":{"$ref":"#/components/schemas/VendorSpecificationServiceSpecificRequirements"}}}},"VendorSpecificationServiceSpecificRequirements":{"type":"object","properties":{"description":{"type":"string"},"key":{"type":"string"}}},"VendorSpecificationSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorSpecification"}}},"VendorPlateSubmission":{"type":"object","properties":{"clientId":{"type":"string"},"numberOfSamples":{"type":"integer","format":"int32"},"plates":{"type":"array","items":{"$ref":"#/components/schemas/VendorPlateSubmissionPlates"}}}},"VendorPlateSubmissionPlates":{"type":"object","properties":{"clientPlateBarcode":{"type":"string"},"clientPlateId":{"type":"string"},"sampleSubmissionFormat":{"type":"string","enum":["PLATE_96","TUBES"]},"samples":{"type":"array","items":{"$ref":"#/components/schemas/VendorSample"}}}},"VendorPlateSubmissionSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorPlateSubmission"}}},"VendorOrder":{"type":"object","properties":{"clientId":{"type":"string"},"numberOfSamples":{"type":"integer","format":"int32"},"orderId":{"type":"string"},"requiredServiceInfo":{"type":"object","additionalProperties":{"type":"string"}},"serviceIds":{"type":"array","items":{"type":"string"}}}},"VendorOrderListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorOrderListResponseResult"}}},"VendorOrderListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/VendorOrder"}}}},"VendorOrderStatusResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorOrderStatusResponseResult"}}},"VendorOrderStatusResponseResult":{"type":"object","properties":{"status":{"type":"string","enum":["registered","received","inProgress","completed","rejected"]}}},"VendorResultFile":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"clientSampleIds":{"type":"array","items":{"type":"string"}},"fileName":{"type":"string"},"fileType":{"type":"string"},"fileURL":{"type":"string"},"md5sum":{"type":"string"}}},"VendorResultFileListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorResultFileListResponseResult"}}},"VendorResultFileListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/VendorResultFile"}}}},"VendorPlate":{"type":"object","properties":{"clientPlateBarcode":{"type":"string"},"clientPlateId":{"type":"string"},"sampleSubmissionFormat":{"type":"string","enum":["PLATE_96","TUBES"]},"samples":{"type":"array","items":{"$ref":"#/components/schemas/VendorSample"}}}},"VendorPlateListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VendorPlateListResponseResult"}}},"VendorPlateListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/VendorPlate"}}}},"VariantSetsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VariantSetsListResponseResult"}}},"VariantSetsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/VariantSet"}}}},"Variant":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"alternate_bases":{"type":"array","items":{"type":"string"}},"alternateBases":{"type":"array","items":{"type":"string"}},"ciend":{"type":"array","items":{"type":"integer","format":"int32"}},"cipos":{"type":"array","items":{"type":"integer","format":"int32"}},"created":{"type":"string","format":"date-time"},"end":{"type":"integer","format":"int32"},"filtersApplied":{"type":"boolean"},"filtersFailed":{"type":"array","items":{"type":"string"}},"filtersPassed":{"type":"boolean"},"referenceBases":{"type":"string"},"referenceName":{"type":"string"},"referenceDbId":{"type":"string"},"referenceSetName":{"type":"string"},"referenceSetDbId":{"type":"string"},"start":{"type":"integer","format":"int32"},"svlen":{"type":"integer","format":"int32"},"updated":{"type":"string","format":"date-time"},"variantDbId":{"type":"string"},"variantNames":{"type":"array","items":{"type":"string"}},"variantSetDbId":{"type":"array","items":{"type":"string"}},"variantType":{"type":"string"}}},"VariantsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/VariantsListResponseResult"}}},"VariantsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Variant"}}}},"CallSet":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"callSetDbId":{"type":"string"},"callSetName":{"type":"string"},"created":{"type":"string","format":"date-time"},"sampleDbId":{"type":"string"},"studyDbId":{"type":"string"},"updated":{"type":"string","format":"date-time"},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"CallSetsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CallSetsListResponseResult"}}},"CallSetsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/CallSet"}}}},"VariantSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Variant"}}},"StudyTypesResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/StudyTypesResponseResult"}}},"StudyTypesResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}}},"ServerInfo":{"type":"object","properties":{"calls":{"type":"array","items":{"$ref":"#/components/schemas/Service"}},"contactEmail":{"type":"string"},"documentationURL":{"type":"string"},"location":{"type":"string"},"organizationName":{"type":"string"},"organizationURL":{"type":"string"},"serverDescription":{"type":"string"},"serverName":{"type":"string"}}},"ServerInfoResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ServerInfo"}}},"Service":{"type":"object","properties":{"dataTypes":{"type":"array","items":{"type":"string","enum":["application/json","text/csv","text/tsv","application/flapjack","application/excel","application/zip"]}},"contentTypes":{"type":"array","items":{"type":"string","enum":["application/json","text/csv","text/tsv","application/flapjack","application/excel","application/zip"]}},"methods":{"type":"array","items":{"type":"string","enum":["GET","POST","PUT","DELETE"]}},"service":{"type":"string"},"versions":{"type":"array","items":{"type":"string","enum":["2.0","2.1","2.2"]}}}},"OntologyTerm":{"type":"object","properties":{"term":{"type":"string"},"termURI":{"type":"string"}}},"ReferenceSet":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"assemblyPUI":{"type":"string"},"commonCropName":{"type":"string"},"description":{"type":"string"},"isDerived":{"type":"boolean"},"md5checksum":{"type":"string"},"referenceSetDbId":{"type":"string"},"referenceSetName":{"type":"string"},"sourceAccessions":{"type":"array","items":{"type":"string"}},"sourceGermplasm":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceSourceGermplasm"}},"sourceURI":{"type":"string"},"species":{"$ref":"#/components/schemas/OntologyTerm"}}},"ReferenceSetsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ReferenceSetsListResponseResult"}}},"ReferenceSetsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceSet"}}}},"ReferenceSourceGermplasm":{"type":"object","properties":{"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"}}},"ReferenceSetsSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ReferenceSet"}}},"Reference":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"commonCropName":{"type":"string"},"isDerived":{"type":"boolean"},"length":{"type":"integer","format":"int32"},"md5checksum":{"type":"string"},"referenceDbId":{"type":"string"},"referenceName":{"type":"string"},"referenceSetDbId":{"type":"string"},"referenceSetName":{"type":"string"},"sourceAccessions":{"type":"array","items":{"type":"string"}},"sourceDivergence":{"type":"number","format":"float"},"sourceGermplasm":{"type":"array","items":{"$ref":"#/components/schemas/ReferenceSourceGermplasm"}},"sourceURI":{"type":"string"},"species":{"$ref":"#/components/schemas/OntologyTerm"}}},"ReferencesListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ReferencesListResponseResult"}}},"ReferencesListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Reference"}}}},"ReferenceSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Reference"}}},"ReferenceBases":{"type":"object","properties":{"nextPageToken":{"type":"string"},"offset":{"type":"integer","format":"int32"},"sequence":{"type":"string"}}},"ReferenceBasesResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ReferenceBases"}}},"PlateSingleResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/Plate"}}},"ObservationLevelListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ObservationLevelListResponseResult"}}},"ObservationLevelListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/ObservationUnitHierarchyLevel"}}}},"MarkerPosition":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"linkageGroupName":{"type":"string"},"mapDbId":{"type":"string"},"mapName":{"type":"string"},"position":{"type":"integer","format":"int32"},"variantDbId":{"type":"string"},"variantName":{"type":"string"}}},"MarkerPositionsListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/MarkerPositionsListResponseResult"}}},"MarkerPositionsListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MarkerPosition"}}}},"GenomeMap":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"comments":{"type":"string"},"commonCropName":{"type":"string"},"documentationURL":{"type":"string"},"linkageGroupCount":{"type":"integer","format":"int32"},"mapDbId":{"type":"string"},"mapName":{"type":"string"},"mapPUI":{"type":"string"},"markerCount":{"type":"integer","format":"int32"},"publishedDate":{"type":"string","format":"date-time"},"scientificName":{"type":"string"},"type":{"type":"string"},"unit":{"type":"string"}}},"GenomeMapListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GenomeMapListResponseResult"}}},"GenomeMapListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/GenomeMap"}}}},"GenomeMapSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GenomeMap"}}},"LinkageGroup":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"linkageGroupName":{"type":"string"},"markerCount":{"type":"integer","format":"int32"},"maxPosition":{"type":"integer","format":"int32"}}},"LinkageGroupListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/LinkageGroupListResponseResult"}}},"LinkageGroupListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/LinkageGroup"}}}},"GermplasmProgenyResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/ProgenyNode"}}},"ProgenyNode":{"type":"object","properties":{"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"progeny":{"type":"array","items":{"$ref":"#/components/schemas/ProgenyNodeProgeny"}}}},"ProgenyNodeProgeny":{"type":"object","properties":{"germplasmDbId":{"type":"string"},"germplasmName":{"type":"string"},"parentType":{"type":"string","enum":["MALE","FEMALE","SELF","POPULATION","CLONAL"]}}},"GermplasmPedigreeResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/PedigreeNode"}}},"GermplasmMCPD":{"type":"object","properties":{"accessionNames":{"type":"array","items":{"type":"string"}},"accessionNumber":{"type":"string"},"acquisitionDate":{"type":"string","format":"date"},"acquisitionSourceCode":{"type":"string","enum":["10","11","12","13","14","15","20","21","22","23","24","25","26","27","28","30","40","50","60","61","62","99"]},"alternateIDs":{"type":"array","items":{"type":"string"}},"ancestralData":{"type":"string"},"biologicalStatusOfAccessionCode":{"type":"string","enum":["100","110","120","130","200","300","400","410","411","412","413","414","415","416","420","421","422","423","500","600","999"]},"breedingInstitutes":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmMCPDBreedingInstitutes"}},"collectingInfo":{"$ref":"#/components/schemas/GermplasmMCPDCollectingInfo"},"commonCropName":{"type":"string"},"countryOfOrigin":{"type":"string"},"donorInfo":{"$ref":"#/components/schemas/GermplasmMCPDDonorInfo"},"genus":{"type":"string"},"germplasmDbId":{"type":"string"},"germplasmPUI":{"type":"string"},"instituteCode":{"type":"string"},"mlsStatus":{"type":"string","enum":["","0","1","99"]},"remarks":{"type":"string"},"safetyDuplicateInstitutes":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmMCPDSafetyDuplicateInstitutes"}},"species":{"type":"string"},"speciesAuthority":{"type":"string"},"storageTypeCodes":{"type":"array","items":{"type":"string","enum":["10","11","12","13","20","30","40","50","99"]}},"subtaxon":{"type":"string"},"subtaxonAuthority":{"type":"string"}}},"GermplasmMCPDBreedingInstitutes":{"type":"object","properties":{"instituteCode":{"type":"string"},"instituteName":{"type":"string"}}},"GermplasmMCPDCollectingInfo":{"type":"object","properties":{"collectingDate":{"type":"string","format":"date"},"collectingInstitutes":{"type":"array","items":{"$ref":"#/components/schemas/GermplasmMCPDCollectingInfoCollectingInstitutes"}},"collectingMissionIdentifier":{"type":"string"},"collectingNumber":{"type":"string"},"collectingSite":{"$ref":"#/components/schemas/GermplasmMCPDCollectingInfoCollectingSite"}}},"GermplasmMCPDCollectingInfoCollectingInstitutes":{"type":"object","properties":{"instituteAddress":{"type":"string"},"instituteCode":{"type":"string"},"instituteName":{"type":"string"}}},"GermplasmMCPDCollectingInfoCollectingSite":{"type":"object","properties":{"coordinateUncertainty":{"type":"string"},"elevation":{"type":"string"},"georeferencingMethod":{"type":"string"},"latitudeDecimal":{"type":"string"},"latitudeDegrees":{"type":"string"},"locationDescription":{"type":"string"},"longitudeDecimal":{"type":"string"},"longitudeDegrees":{"type":"string"},"spatialReferenceSystem":{"type":"string"}}},"GermplasmMCPDDonorInfo":{"type":"object","properties":{"donorAccessionNumber":{"type":"string"},"donorAccessionPui":{"type":"string"},"donorInstitute":{"$ref":"#/components/schemas/GermplasmMCPDDonorInfoDonorInstitute"}}},"GermplasmMCPDDonorInfoDonorInstitute":{"type":"object","properties":{"instituteCode":{"type":"string"},"instituteName":{"type":"string"}}},"GermplasmMCPDResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmMCPD"}}},"GermplasmMCPDSafetyDuplicateInstitutes":{"type":"object","properties":{"instituteCode":{"type":"string"},"instituteName":{"type":"string"}}},"Event":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"object"}},"externalReferences":{"type":"array","items":{"$ref":"#/components/schemas/ExternalReferencesInner"},"properties":{"empty":{"type":"boolean"},"first":{"$ref":"#/components/schemas/ExternalReferencesInner"},"last":{"$ref":"#/components/schemas/ExternalReferencesInner"}}},"date":{"type":"array","items":{"type":"string","format":"date-time"}},"eventDateRange":{"$ref":"#/components/schemas/EventDateRange"},"eventDbId":{"type":"string"},"eventDescription":{"type":"string"},"eventParameters":{"type":"array","items":{"$ref":"#/components/schemas/EventParameters"}},"eventType":{"type":"string"},"eventTypeDbId":{"type":"string"},"observationUnitDbIds":{"type":"array","items":{"type":"string"}},"studyDbId":{"type":"string"},"studyName":{"type":"string"}}},"EventDateRange":{"type":"object","properties":{"discreteDates":{"type":"array","items":{"type":"string","format":"date-time"}},"endDate":{"type":"string","format":"date-time"},"startDate":{"type":"string","format":"date-time"}}},"EventParameters":{"type":"object","properties":{"code":{"type":"string"},"description":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"},"rdfValue":{"type":"string"},"units":{"type":"string"},"value":{"type":"string"},"valueDescription":{"type":"string"},"valuesByDate":{"type":"array","items":{"type":"string"}}}},"EventsResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/EventsResponseResult"}}},"EventsResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/Event"}}}},"CommonCropNamesResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CommonCropNamesResponseResult"}}},"CommonCropNamesResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}}},"CallSetResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/CallSet"}}},"BreedingMethod":{"type":"object","properties":{"abbreviation":{"type":"string"},"breedingMethodDbId":{"type":"string"},"breedingMethodName":{"type":"string"},"description":{"type":"string"}}},"BreedingMethodListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/BreedingMethodListResponseResult"}}},"BreedingMethodListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/BreedingMethod"}}}},"BreedingMethodSingleResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/BreedingMethod"}}},"GermplasmAttributeCategoryListResponse":{"type":"object","properties":{"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/GermplasmAttributeCategoryListResponseResult"}}},"GermplasmAttributeCategoryListResponseResult":{"type":"object","properties":{"data":{"type":"array","items":{"type":"string"}}}},"AlleleMatrix":{"type":"object","properties":{"callSetDbIds":{"type":"array","items":{"type":"string"}},"dataMatrices":{"type":"array","items":{"$ref":"#/components/schemas/AlleleMatrixDataMatrices"}},"expandHomozygotes":{"type":"boolean"},"pagination":{"type":"array","items":{"$ref":"#/components/schemas/AlleleMatrixPagination"}},"sepPhased":{"type":"string"},"sepUnphased":{"type":"string"},"unknownString":{"type":"string"},"variantDbIds":{"type":"array","items":{"type":"string"}},"variantSetDbIds":{"type":"array","items":{"type":"string"}}}},"AlleleMatrixDataMatrices":{"type":"object","properties":{"dataMatrix":{"type":"array","items":{"type":"array","items":{"type":"string"}}},"dataMatrixAbbreviation":{"type":"string"},"dataMatrixName":{"type":"string"},"dataType":{"type":"string","enum":["string","integer","float","boolean"]}}},"AlleleMatrixPagination":{"type":"object","properties":{"pageSize":{"type":"integer","format":"int32"},"totalCount":{"type":"integer","format":"int32"},"totalPages":{"type":"integer","format":"int32"},"dimension":{"type":"string","enum":["CALLSETS","VARIANTS"]},"page":{"type":"integer","format":"int32"}}},"AlleleMatrixResponse":{"type":"object","properties":{"atContext":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"@context":{"type":"array","items":{"type":"string"},"properties":{"empty":{"type":"boolean"},"first":{"type":"string"},"last":{"type":"string"}}},"metadata":{"$ref":"#/components/schemas/Metadata"},"result":{"$ref":"#/components/schemas/AlleleMatrix"}}}}}} |