OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "$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
| |
3 "type": "object", | |
4 "properties": { | |
5 "Name": { | |
6 "type": "string" | |
7 }, | |
8 "Another": { | |
9 "type": "string" | |
10 } | |
11 } | |
12 } | |
OLD | NEW |