From 29a3078ca048230b08b476c01b203710dcf2f6ad Mon Sep 17 00:00:00 2001 From: "James R. Bracy" Date: Fri, 6 Apr 2012 12:59:04 -0700 Subject: [PATCH] Fixed a typo. --- schemas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas.js b/schemas.js index b90bce2..1736c23 100644 --- a/schemas.js +++ b/schemas.js @@ -142,7 +142,7 @@ }); schemaOrg.push({ url: "http://schema.org/Organization", - fiels: extend(findByUrl(schemaOrg, "http://schema.org/Thing"), [ + fields: extend(findByUrl(schemaOrg, "http://schema.org/Thing"), [ { name: "address", required: false, type: "complex", validator: validators.complex }, // a child element of PostalAddress { name: "aggregatRating", required: false, type: "complex", validator: validators.complex }, // a child element of AggregateRating { name: "contactPoints", required: false, type: "complex", validator: validators.complex }, // child elements of ContactPoint