Schema for GENE
This section provides an overview of the schemas related to the Genetic elements (GENE). Each schema details the structure and fields required for the GENE-related requests and responses.
NOTE
When making an API request using the Genetic elements (GENE) schema, it is crucial to include the correct schema identifier. The schema parameter must be set to "dnaSequence"
to ensure that the request is processed correctly and targets the appropriate data structure. Failure to provide the correct schema may result in an error or unexpected behavior in the response.
Title | Field | Mandatory | Type | Example |
---|---|---|---|---|
header | Eheader | { "identifier": "235A8B00-A995-5F7A-E827-FCC588C49C20", "schema": "dnaSequence", "languages": ["en"] } | ||
Name of genetic element | name | True | lstring | { "en": "Test Name" } |
Alternate genetic element name(s) (synonym(s)) | synonymNames | lstring[] | [{ "en": "Test Information" }] | |
Abbreviation | abbreviation | True | lstring | { "en": "Test Abbreviation" } |
Category | family | True | Eterm | { "identifier": "1ECB698D-3F3D-41BC-BEBD-DD5C734BCDCF" } |
Is the genetic element a synthetic molecule? | isSynthetic | True | bool | True |
Donor organism(s) | donorOrganisms | Ereference[] | [{ "identifier": "50D6389D-5F07-2343-ABB1-E7CE26AFADCA@5" }] | |
Point of collection or acquisition of the donor organism(s) | donorOrganismCollectionPoint | lstring | { "en": "<div><!--block-->Test Information</div>" } | |
Geographic coordinates | gisFiles | Elink[] | [{ "url": "https://www.google.com", "name": "Google", "language": "en" }] | |
Name of the protein expressed by the coding sequence | proteinName | lstring | { "en": "Test Information" } | |
Biological function of the protein | biologicalFunction | lstring | { "en": "Test Information" } | |
Related trait(s) or use(s) in biotechnology | traits | Eterm[] | [{ "identifier": "5B6177DD-5E5E-434E-8CB7-D63D67D5EBED", "customValue": { "en": "Test Information" } }, { "identifier": "81799D15-669E-4346-9AEC-6834893D2BE4" }] | |
Any other relevant information | relevantInformation | lstring | { "en": "<div><!--block-->Test Information</div>" } | |
Any other relevant documents | relevantDocuments | Elink[] | [{ "url": "https://www.google.com", "name": "Google", "language": "en" }] |