logo

Crowdly

Browser

Add to Chrome

Soit le schéma suivant. Quelles instances sont valides ? { "oneOf": [ { "t...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Soit le schéma suivant. Quelles instances sont valides ?

{

"oneOf": [

{ "type": "object",

"properties": { "type": { "const": "carte" },

"num": { "type": "string" } },

"required": ["type", "num"],

"additionalProperties": false },

{ "type": "object",

"properties": { "type": { "const": "virement" },

"iban": { "type": "string" } },

"required": ["type", "iban"],

"additionalProperties": false }

]

}

0%
100%
0%
100%
100%
More questions like this

Want instant access to all verified answers on moodle.univ-lr.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome