Skip to content

feat: support escape in string parameter#1763

Merged
Yuan325 merged 2 commits into
enum-branchfrom
escape
Oct 22, 2025
Merged

feat: support escape in string parameter#1763
Yuan325 merged 2 commits into
enum-branchfrom
escape

Conversation

@Yuan325

@Yuan325 Yuan325 commented Oct 21, 2025

Copy link
Copy Markdown
Contributor

supporting backticks, double-quotes, single-quotes, square-brackets as escaping delimiters.

Example to apply escaping delimiters:

parameters:
      - name: airline
        type: string
        description: Airline unique 2 letter identifier
        escape: double-quotes

escaping delimiters can be used for identifiers or string literals. If allowedValues were used, Toolbox will check for allowed values before applying delimiters.

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

Comment thread docs/en/resources/tools/_index.md Outdated
@github-actions

Copy link
Copy Markdown
Contributor

@Yuan325 Yuan325 merged commit f9efd06 into enum-branch Oct 22, 2025
12 checks passed
@Yuan325 Yuan325 deleted the escape branch October 22, 2025 22:36
@github-actions

Copy link
Copy Markdown
Contributor

🧨 Preview deployments removed.

Yuan325 added a commit that referenced this pull request Oct 22, 2025
supporting `backticks`, `double-quotes`, `single-quotes`,
`square-brackets` as escaping delimiters.

Example to apply escaping delimiters:
```
parameters:
      - name: airline
        type: string
        description: Airline unique 2 letter identifier
        escape: double-quotes
```

escaping delimiters can be used for identifiers or string literals. If
`allowedValues` were used, Toolbox will check for allowed values before
applying delimiters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants