Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concat multiple references #12

Open
bartsimp opened this issue Nov 29, 2021 · 0 comments
Open

concat multiple references #12

bartsimp opened this issue Nov 29, 2021 · 0 comments

Comments

@bartsimp
Copy link

Hello,

is possible to define a concatenation of references?

something like

{
"foo": [ "bar", { "$ref": "#/sub" }{ "$ref": "#/sub" } ],
"sub": "baz"
}

or

{
"foo": [ "bar", $.concat( { "$ref": "#/sub" }, { "$ref": "#/sub" } ) ],
"sub": "baz"
}

output for "#/foo" should be
[ "bar", "bazbaz" ]

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

No branches or pull requests

1 participant