(s)
| 46135 | const $d = JSONSchemaVisitor, |
| 46136 | isJSONReferenceLikeElement = (s) => Nu(s) && s.hasKey('$ref') |
| 46137 | class ItemsVisitor extends Mixin(Nd, Rd, yd) { |
| 46138 | ObjectElement(s) { |
| 46139 | const o = isJSONReferenceLikeElement(s) |
| 46140 | ? ['document', 'objects', 'JSONReference'] |
| 46141 | : ['document', 'objects', 'JSONSchema'] |
| 46142 | return ((this.element = this.toRefractedElement(o, s)), qu) |
| 46143 | } |
| 46144 | ArrayElement(s) { |
| 46145 | return ( |
nothing calls this directly
no test coverage detected