Fixed Product example @coerce rules (thanks to Joe Presbrey).
authorDave Longley <dlongley@digitalbazaar.com>
Sat, 06 Aug 2011 19:08:35 -0400
changeset 125 92283d667261
parent 124 d73c7ffc9a9a
child 130 f02bcf7b5762
Fixed Product example @coerce rules (thanks to Joe Presbrey).
playground/playground-examples.js
--- a/playground/playground-examples.js	Sat Aug 06 15:06:59 2011 -0400
+++ b/playground/playground-examples.js	Sat Aug 06 19:08:35 2011 -0400
@@ -102,7 +102,7 @@
          "xsd": "http://www.w3.org/2001/XMLSchema#",
          "@coerce":
          {
-            "xsd:anyURI": ["foaf:page"],
+            "xsd:anyURI": ["foaf:page", "gr:acceptedPaymentMethods", "gr:hasBusinessFunction"],
             "xsd:float": ["gr:hasCurrencyValue"]
          }
       }