Skip to content

Instantly share code, notes, and snippets.

@ghankerson
Created August 26, 2015 18:49
Show Gist options
  • Select an option

  • Save ghankerson/3d8c3862b74ae2e78116 to your computer and use it in GitHub Desktop.

Select an option

Save ghankerson/3d8c3862b74ae2e78116 to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"Marketplace": {
"id": "Marketplace",
"type": "object",
"properties": {
"title": {
"type": "string",
"default": "Marketplace"
},
"href": {
"type": "string"
}
},
"required": [
"title",
"href"
]
},
"Shows": {
"id": "Shows",
"type": "array",
"items": [
{
"id": "0",
"type": "object",
"properties": {
"show_title": {
"type": "string",
"default": "Marketplace"
},
"show_url": {
"type": "string"
}
}
},
{
"id": "1",
"type": "object",
"properties": {
"show_title": {
"type": "string",
"default": "MorningReport"
},
"show_url": {
"type": "string"
}
}
},
{
"id": "2",
"type": "object",
"properties": {
"show_title": {
"type": "string",
"default": "Tech"
},
"show_url": {
"type": "string"
}
}
},
{
"id": "3",
"type": "object",
"properties": {
"show_title": {
"type": "string",
"default": "Weekend"
},
"show_url": {
"type": "string"
}
}
}
]
},
"Topics": {
"id": "Topics",
"type": "array",
"items": [
{
"id": "0",
"type": "object",
"properties": {
"topic_title": {
"type": "string",
"default": "Business"
},
"topic_href": {
"type": "string"
}
}
},
{
"id": "1",
"type": "object",
"properties": {
"topic_title": {
"type": "string",
"default": "World"
},
"topic_url": {
"type": "string"
}
}
},
{
"id": "2",
"type": "object",
"properties": {
"topic_title": {
"type": "string",
"default": "Economy"
},
"topic_url": {
"type": "string"
}
}
},
{
"id": "3",
"type": "object",
"properties": {
"topic_title": {
"type": "string",
"default": "Tech"
},
"topic_url": {
"type": "string"
}
}
}
]
},
"Links": {
"id": "Links",
"type": "array",
"items": [
{
"id": "0",
"type": "object",
"properties": {
"link_name": {
"type": "string",
"default": "Podcasts"
},
"href": {
"type": "string"
}
}
},
{
"id": "1",
"type": "object",
"properties": {
"link_name": {
"type": "string",
"default": "Access"
},
"href": {
"type": "string"
}
}
},
{
"id": "2",
"type": "object",
"properties": {
"link_name": {
"type": "string",
"default": "AboutUs"
},
"href": {
"type": "string"
}
}
},
{
"id": "3",
"type": "object",
"properties": {
"link_name": {
"type": "string",
"default": "Contact"
},
"href": {
"type": "string"
}
}
}
]
}
},
"required": [
"Marketplace",
"Shows",
"Topics",
"Links"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment