mirror of
https://github.com/google/pebble.git
synced 2025-03-20 02:51:21 +00:00
8 lines
217 B
JSON
8 lines
217 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||
|
"title": "Pebble JSON Schema",
|
||
|
"description": "A project containing a Pebble application",
|
||
|
"type": "object",
|
||
|
"$ref": "file_types.json#/appinfo-json"
|
||
|
}
|