Skip to content

Instantly share code, notes, and snippets.

@pengx17
Last active September 19, 2018 02:41
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 pengx17/bba5e7d5b25fcdd143673cb0df9c0b93 to your computer and use it in GitHub Desktop.
Save pengx17/bba5e7d5b25fcdd143673cb0df9c0b93 to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/pengx17/bba5e7d5b25fcdd143673cb0df9c0b93/raw/ad8bec658dcc44904cf908acc5a525148f7ad4ec/app-nav-config-category.json",
"type": "object",
"title": "Rubick App Nav Config",
"required": [
"user"
],
"properties": {
"user": {
}
}
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.githubusercontent.com/pengx17/bba5e7d5b25fcdd143673cb0df9c0b93/raw/ad8bec658dcc44904cf908acc5a525148f7ad4ec/app-nav-config.json",
"type": "object",
"title": "Rubick App Nav Config",
"required": [
"user"
],
"properties": {
"user": {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment