✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit le schéma suivant (sans additionalProperties). Quelles instances sont valides ?
{
"type": "object",
"properties": {
"nom": { "type": "string" }
},
"required": ["nom"]
}