Skip to content

Instantly share code, notes, and snippets.

@acunniffe
Created August 16, 2018 00:47
Show Gist options
  • Save acunniffe/55593b17b7a0aefef7955d2453a9bd33 to your computer and use it in GitHub Desktop.
Save acunniffe/55593b17b7a0aefef7955d2453a9bd33 to your computer and use it in GitHub Desktop.
combined value/schema example
{
in: {
type: "string",
enum: ["query", "body", "params", "header"],
from: tokenWithValue('query')
},
name: {
type: "string",
from: tokenWithValue('name')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment