Index: chrome/test/data/extensions/managed_extension/schema/managed_storage.json |
diff --git a/chrome/test/data/extensions/managed_extension/schema/managed_storage.json b/chrome/test/data/extensions/managed_extension/schema/managed_storage.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..101fe2bb703b314ac0c93c72d4222e7a188310e7 |
--- /dev/null |
+++ b/chrome/test/data/extensions/managed_extension/schema/managed_storage.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "$schema": "http://json-schema.org/draft-03/schema#", |
not at google - send to devlin
2013/05/23 16:56:18
just curious but is there any particular reason th
Joao da Silva
2013/05/24 21:31:49
Yes; thanks for asking 'cause I had forgotten abou
not at google - send to devlin
2013/05/25 00:50:57
It would still be a a valid URL, and in fact the e
|
+ "type": "object", |
+ "properties": { |
+ "Name": { |
+ "type": "string" |
+ }, |
+ "Another": { |
+ "type": "string" |
+ } |
+ } |
+} |