(prop)
| 5342 | return it.opts.useDefaults && !it.compositeRule && schema[prop].default !== undefined; |
| 5343 | } |
| 5344 | function applyPropertySchema(prop) { |
| 5345 | cxt.subschema({ |
| 5346 | keyword: "properties", |
| 5347 | schemaProp: prop, |
| 5348 | dataProp: prop, |
| 5349 | }, valid); |
| 5350 | } |
| 5351 | }, |
| 5352 | }; |
| 5353 | exports.default = def; |