Add link to relevant docs for escaping characters

This commit is contained in:
Ankit Saini
2022-11-09 22:01:40 +05:30
parent 7c98f8e354
commit f3ae564094

View File

@@ -184,7 +184,7 @@ function removeLocalReferenceFromPath(refValue) {
/**
* Removes local pointer inside a path
* Unescape ~0 and ~1 character
* Unescape ~0 and ~1 character, see: https://swagger.io/docs/specification/using-ref/
* @param {string} refValue - value of the $ref property
* @returns {string} - the calculated and unescaped path
*/