Skip to content

Instantly share code, notes, and snippets.

@Ravenstine
Created August 17, 2017 22:10
Show Gist options
  • Save Ravenstine/25884dde9b110200fac1988498382c8a to your computer and use it in GitHub Desktop.
Save Ravenstine/25884dde9b110200fac1988498382c8a to your computer and use it in GitHub Desktop.
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
},
"id": "http://example.com/example.json",
"properties": {
"plus_stream_url": {
"id": "/properties/plus_stream_url",
"type": "string"
},
"donate_button_color": {
"id": "/properties/donate_button_color",
"type": "string"
},
"donate": {
"id": "/properties/donate",
"type": "object",
"properties": {
"prompt_title": {
"id": "/properties/donate/prompt_title",
"type": "string"
},
"prompt_text": {
"id": "/properties/donate/prompt_text",
"type": "string"
},
"prompt_buttons": {
"id": "/properties/donate/prompt_buttons",
"type": "array",
"items": {
"id": "/properties/donate/prompt_buttons/prompt_button",
"type": "object",
"properties": {
"action": {
"id": "/properties/donate/prompt_buttons/prompt_button/action",
"type": "string"
},
"title": {
"id": "/properties/donate/prompt_buttons/prompt_button/title",
"type": "string"
}
}
}
},
"prompt_style": {
"id": "/properties/donate/prompt_style",
"type": "string"
},
"prompt_background_color": {
"id": "/properties/donate/prompt_background_color",
"type": "string"
},
"prompt_button_color": {
"id": "/properties/donate/prompt_button_color",
"type": "string"
},
"prompt_button_title_color": {
"id": "/properties/donate/prompt_button_title_color",
"type": "string"
},
"prompt_text_color": {
"id": "/properties/donate/prompt_text_color",
"type": "string"
},
"prompt_title_color": {
"id": "/properties/donate/prompt_title_color",
"type": "string"
},
"prompt_progress_background_color": {
"id": "/properties/donate/prompt_progress_background_color",
"type": "string"
},
"prompt_progress_value_color": {
"id": "/properties/donate/prompt_progress_value_color",
"type": "string"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment