Schema for IRA
This section provides an overview of the schemas related to the Risk Assessments generated by an independent or non-regulatory process (IRA). Each schema details the structure and fields required for the IRA-related requests and responses.
NOTE
When making an API request using the Risk Assessments generated by an independent or non-regulatory process (IRA) schema, it is crucial to include the correct schema identifier. The schema parameter must be set to "independentRiskAssessment"
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": "AEEE68E4-549B-5572-D335-209CAF8D621A", "schema": "independentRiskAssessment", "languages": [ "en" ] } | ||
Title of the risk assessment | title | True | lstring | { "en": "Test TItle" } |
Date of the risk assessment | date | True | DateTime | 2024-10-09 |
Institution responsible for the risk assessment | organizations | Ereference[] | [ { "identifier": "04139A35-1F8B-FC94-45D6-4F3AD7675685@1" } ] | |
Date not available | dateOfRaNotAvailable | True | bool | FALSE |
Contact details of the main responsible risk assessor | contacts | Ereference[] | [ { "identifier": "3CBDA8AA-4A16-CA5C-D405-7F4E865A60AA@1" } ] | |
Living modified organism(s) | modifiedOrganisms | True | Ereference[] | [ { "identifier": "1E027990-5D44-F3AF-75E3-715B60BFD3CD@8" } ] |
Scope of the risk assessment | scopes | True | Eterm[] | [ { "identifier": "D6B59E8A-D82C-4516-917A-A745ACDA5931" }, { "identifier": "015737FC-ABC2-460C-A099-06A1B01E649A" }, { "identifier": "BEBF757E-E3CC-4913-8D9F-2D165CD63ECE" } ] |
Risk assessment report / summary | documents | True | Elink[] | [ { "url": "https://www.google.com", "name": "Google", "language": "en" } ] |
Please use this field to provide a summary of the risk assessment. | documentsSummary | lstring | { "en": " | |
Potential adverse effects identified in the risk assessment | adverseEffects | lstring | { "en": " | |
Likelihood that the potential adverse effects will be realized | adverseEffectsLikelihood | lstring | { "en": " | |
Possible consequences | adverseEffectsConsequence | lstring | { "en": " | |
Estimation of the overall risk | adverseEffectsOverallRisk | lstring | { "en": " | |
Recommendation(s) on whether the risks are acceptable/manageable and any management strategies | adverseEffectsRecommendation | lstring | { "en": " | |
Need(s) for further information on specific issues of concern | riskManagementStrategies | lstring | { "en": " | |
Receiving environment(s) considered | receivingEnvironment | lstring | { "en": " | |
LMO detection and identification methods proposed | detectionMethod | lstring | { "en": " | |
Should this information be confirmed or updated after two years from the date of submission? | expires | bool | True | |
Any other relevant information | relevantInformation | lstring | { "en": " | |
Any other relevant documents | relevantDocuments | Elink[] | [ { "url": "https://www.google.com", "name": "Google", "language": "en" } ] |