(propertyName)
| 8 | } |
| 9 | |
| 10 | getPropertyLocation (propertyName) { |
| 11 | const propertyLocation = new Location( |
| 12 | this.schema[propertyName], |
| 13 | this.schemaId, |
| 14 | this.jsonPointer + '/' + propertyName |
| 15 | ) |
| 16 | return propertyLocation |
| 17 | } |
| 18 | |
| 19 | getSchemaRef () { |
| 20 | return this.schemaId + this.jsonPointer |
no outgoing calls
no test coverage detected