Skip to content

Instantly share code, notes, and snippets.

@ericallam
Created January 26, 2022 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericallam/da4de3a24f01e3853c6e453264ecc7dd to your computer and use it in GitHub Desktop.
Save ericallam/da4de3a24f01e3853c6e453264ecc7dd to your computer and use it in GitHub Desktop.
{
"method": "POST",
"uri": "https://api.airtable.com/...",
"headers": {
"content-type": "application/json"
}
}
{
"type": "object",
"properties": {
"method": { "type": "string" },
"uri": { "type": "string", "format": "uri" },
"headers": {
"type": "object",
"properties": {
"content-type": { "type": "string", "format": "mime-type" }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment