| Index: tools/json_schema_compiler/json_schema_test.py
|
| ===================================================================
|
| --- tools/json_schema_compiler/json_schema_test.py (revision 208118)
|
| +++ tools/json_schema_compiler/json_schema_test.py (working copy)
|
| @@ -12,12 +12,14 @@
|
| compiled = [
|
| {
|
| "namespace": "compile",
|
| + "description": "The compile API.",
|
| "functions": [],
|
| "types": {}
|
| },
|
|
|
| {
|
| "namespace": "functions",
|
| + "description": "The functions API.",
|
| "functions": [
|
| {
|
| "id": "two"
|
| @@ -34,6 +36,7 @@
|
|
|
| {
|
| "namespace": "types",
|
| + "description": "The types API.",
|
| "functions": [
|
| { "id": "one" }
|
| ],
|
| @@ -49,6 +52,7 @@
|
|
|
| {
|
| "namespace": "nested",
|
| + "description": "The nested API.",
|
| "properties": {
|
| "sync": {
|
| "functions": [
|
|
|