Skip to content

Commit a6437b7

Browse files
committed
updated table based on Bertrand's feedback
1 parent ff74f9e commit a6437b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/search/cognitive-search-skill-annotation-language.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ There are three characters that have a special meaning and need to be escaped if
110110

111111
|Value|Usage|Escape sequence| Example |
112112
|---|---|---|---|
113-
| `/` | Used in node paths | ~0 | "~0/~0" |
114-
| `~` | Used in ???? | ~1 | "~1~~1 |
115113
| `#` | Used in array enumeration | ~2 | "~2#~2" |
114+
| `/` | Used in node paths | ~1 | "~1/~1" |
115+
| `~` | Used for escaping other special characters within a JSON Pointer path | ~0 | "~0~~0" |
116+
116117

117118
## Array enumeration
118119

0 commit comments

Comments
 (0)