Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Last active October 22, 2021 15:07
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 j1n3l0/43676471d8121bfbce2835119201b3ed to your computer and use it in GitHub Desktop.
Save j1n3l0/43676471d8121bfbce2835119201b3ed to your computer and use it in GitHub Desktop.
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"client_id": {
"type": "string"
},
"source_id": {
"type": "string"
}
},
"required": [
"client_id",
"source_id"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment