-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DATAMODEL] - 6.1.2.5 en JSON #3
Comments
@nicolas-evarisk controler les données et le fichier excel |
UK et en FR |
La liste
Ces contenants doivent répondre à des spécifications techniques précises en termes de résistance, de capacité, et de compatibilité chimique avec les marchandises dangereuses qu'ils sont destinés à transporter. |
Voici la liste des contenants décrits dans le paragraphe 6.1.2.5 de l'ADR en format JSON : {
"contenant": [
{
"type": "Fûts",
"materials": ["acier", "aluminium", "métal autre que l’acier ou l’aluminium", "plastique", "contreplaqué", "carton", "autres matériaux (par exemple en fibres)"]
},
{
"type": "Jerricans",
"materials": ["acier", "aluminium", "métal autre que l’acier ou l’aluminium", "plastique"]
},
{
"type": "Caisses",
"materials": ["bois", "contreplaqué", "bois reconstitué", "carton", "plastique", "métal"]
},
{
"type": "GRV (Intermediate Bulk Containers)",
"materials": ["plastique rigide", "composite rigide", "acier rigide", "aluminium rigide", "bois reconstitué rigide", "plastique ou textile souple"]
},
{
"type": "Grands emballages",
"materials": ["acier", "aluminium", "bois reconstitué", "contreplaqué", "carton", "plastique", "composite"]
}
]
} Cette structure JSON catégorise les différents types de contenants et les matériaux utilisés pour chacun. |
Voici la liste des contenants décrits dans le paragraphe 6.1.2.5 de l'ADR en format JSON et en version anglaise : {
"containers": [
{
"type": "Drums",
"materials": ["steel", "aluminum", "metal other than steel or aluminum", "plastic", "plywood", "fiberboard", "other materials (e.g., fiber)"]
},
{
"type": "Jerricans",
"materials": ["steel", "aluminum", "metal other than steel or aluminum", "plastic"]
},
{
"type": "Boxes",
"materials": ["wood", "plywood", "reconstituted wood", "fiberboard", "plastic", "metal"]
},
{
"type": "Intermediate Bulk Containers (IBC)",
"materials": ["rigid plastic", "rigid composite", "rigid steel", "rigid aluminum", "rigid reconstituted wood", "flexible plastic or textile"]
},
{
"type": "Large Packagings",
"materials": ["steel", "aluminum", "reconstituted wood", "plywood", "fiberboard", "plastic", "composite"]
}
]
} Cette structure JSON catégorise les différents types de contenants et les matériaux utilisés pour chacun en anglais. |
The text was updated successfully, but these errors were encountered: