|
1230 | 1230 | The value of "items" MUST be either a valid JSON Schema or an array of valid
|
1231 | 1231 | JSON Schemas.
|
1232 | 1232 | </t>
|
1233 |
| - <t> |
1234 |
| - This keyword determines how child instances validate for arrays, |
1235 |
| - and does not directly validate the immediate instance itself. |
1236 |
| - </t> |
1237 | 1233 | <t>
|
1238 | 1234 | If "items" is a schema, validation succeeds if all elements
|
1239 | 1235 | in the array successfully validate against that schema.
|
|
1252 | 1248 | <t>
|
1253 | 1249 | The value of "additionalItems" MUST be a valid JSON Schema.
|
1254 | 1250 | </t>
|
1255 |
| - <t> |
1256 |
| - This keyword determines how child instances validate for arrays, |
1257 |
| - and does not directly validate the immediate instance itself. |
1258 |
| - </t> |
1259 | 1251 | <t>
|
1260 | 1252 | If "items" is an array of schemas, validation succeeds
|
1261 | 1253 | if every instance element at a position greater than the size
|
|
1288 | 1280 | The value of "properties" MUST be an object.
|
1289 | 1281 | Each value of this object MUST be a valid JSON Schema.
|
1290 | 1282 | </t>
|
1291 |
| - <t> |
1292 |
| - This keyword determines how child instances validate for objects, |
1293 |
| - and does not directly validate the immediate instance itself. |
1294 |
| - </t> |
1295 | 1283 | <t>
|
1296 | 1284 | Validation succeeds if, for each name that appears in both
|
1297 | 1285 | the instance and as a name within this keyword's value, the child
|
|
1310 | 1298 | ECMA 262 regular expression dialect. Each property value of this object
|
1311 | 1299 | MUST be a valid JSON Schema.
|
1312 | 1300 | </t>
|
1313 |
| - <t> |
1314 |
| - This keyword determines how child instances validate for objects, |
1315 |
| - and does not directly validate the immediate instance itself. |
1316 |
| - Validation of the primitive instance type against this keyword |
1317 |
| - always succeeds. |
1318 |
| - </t> |
1319 | 1301 | <t>
|
1320 | 1302 | Validation succeeds if, for each instance name that matches any
|
1321 | 1303 | regular expressions that appear as a property name in this keyword's value,
|
|
1331 | 1313 | <t>
|
1332 | 1314 | The value of "additionalProperties" MUST be a valid JSON Schema.
|
1333 | 1315 | </t>
|
1334 |
| - <t> |
1335 |
| - This keyword determines how child instances validate for objects, |
1336 |
| - and does not directly validate the immediate instance itself. |
1337 |
| - </t> |
1338 | 1316 | <t>
|
1339 | 1317 | Validation with "additionalProperties" applies only to the child
|
1340 | 1318 | values of instance names that do not match any names in "properties",
|
|
0 commit comments