Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Fixed a typo. #11

Merged
merged 1 commit into from Apr 6, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion schemas.js
Expand Up @@ -142,7 +142,7 @@
}); });
schemaOrg.push({ schemaOrg.push({
url: "http://schema.org/Organization", 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: "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: "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 { name: "contactPoints", required: false, type: "complex", validator: validators.complex }, // child elements of ContactPoint
Expand Down