-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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" ]
Metadata
Metadata
Assignees
Labels
No labels