# Validation de contenu

xmllint --schema yourxsd.xsd yourxml.xml --noout

```
sudo apt install jsonlint
```

```
jsonlint YOUR-FILE.JSON
```