|
1245 | 1245 | The value of "items" MUST be either a valid JSON Schema or an array of valid
|
1246 | 1246 | JSON Schemas.
|
1247 | 1247 | </t>
|
1248 |
| - <t> |
1249 |
| - This keyword determines how child instances validate for arrays, |
1250 |
| - and does not directly validate the immediate instance itself. |
1251 |
| - </t> |
1252 | 1248 | <t>
|
1253 | 1249 | If "items" is a schema, validation succeeds if all elements
|
1254 | 1250 | in the array successfully validate against that schema.
|
|
1267 | 1263 | <t>
|
1268 | 1264 | The value of "additionalItems" MUST be a valid JSON Schema.
|
1269 | 1265 | </t>
|
1270 |
| - <t> |
1271 |
| - This keyword determines how child instances validate for arrays, |
1272 |
| - and does not directly validate the immediate instance itself. |
1273 |
| - </t> |
1274 | 1266 | <t>
|
1275 | 1267 | If "items" is an array of schemas, validation succeeds
|
1276 | 1268 | if every instance element at a position greater than the size
|
|
1303 | 1295 | The value of "properties" MUST be an object.
|
1304 | 1296 | Each value of this object MUST be a valid JSON Schema.
|
1305 | 1297 | </t>
|
1306 |
| - <t> |
1307 |
| - This keyword determines how child instances validate for objects, |
1308 |
| - and does not directly validate the immediate instance itself. |
1309 |
| - </t> |
1310 | 1298 | <t>
|
1311 | 1299 | Validation succeeds if, for each name that appears in both
|
1312 | 1300 | the instance and as a name within this keyword's value, the child
|
|
1325 | 1313 | ECMA 262 regular expression dialect. Each property value of this object
|
1326 | 1314 | MUST be a valid JSON Schema.
|
1327 | 1315 | </t>
|
1328 |
| - <t> |
1329 |
| - This keyword determines how child instances validate for objects, |
1330 |
| - and does not directly validate the immediate instance itself. |
1331 |
| - Validation of the primitive instance type against this keyword |
1332 |
| - always succeeds. |
1333 |
| - </t> |
1334 | 1316 | <t>
|
1335 | 1317 | Validation succeeds if, for each instance name that matches any
|
1336 | 1318 | regular expressions that appear as a property name in this keyword's value,
|
|
1346 | 1328 | <t>
|
1347 | 1329 | The value of "additionalProperties" MUST be a valid JSON Schema.
|
1348 | 1330 | </t>
|
1349 |
| - <t> |
1350 |
| - This keyword determines how child instances validate for objects, |
1351 |
| - and does not directly validate the immediate instance itself. |
1352 |
| - </t> |
1353 | 1331 | <t>
|
1354 | 1332 | Validation with "additionalProperties" applies only to the child
|
1355 | 1333 | values of instance names that do not match any names in "properties",
|
|
0 commit comments