{
"title" : "Price",
"type" : "object",
"properties" : {
"value" : {
"title" : "Currency Value"
"type" : "number"
},
"currency" : {
"title" : "ISO 4217 Currency Code",
"type" : "string",
"format" : "iso4217",
"pattern" : "^[A-Z]{3}$"
}
}
}
-Gary
> --
> You received this message because you are subscribed to the Google Groups "JSON Schema" group.
> To post to this group, send email to json-...@googlegroups.com.
> To unsubscribe from this group, send email to json-schema...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/json-schema?hl=en.
>
>