You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common-schema.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,8 @@
405
405
"type": "array",
406
406
"description": "Property. Annotations about the item. Model:'https://schema.org/Text'",
407
407
"items": {
408
-
"type": "string"
408
+
"type": "string",
409
+
"description": "Property. Eventy element in the annotations"
409
410
}
410
411
}
411
412
}
@@ -581,14 +582,14 @@
581
582
},
582
583
"faxNumber": {
583
584
"type": "string",
584
-
"description": "Property. Model:'http://schema.org/Text'. The fax number of the item"
585
+
"description": "Property. Model:'https://schema.org/Text'. The fax number of the item"
585
586
},
586
587
"productSupported": {
587
588
"type": "string",
588
-
"description": "Property. Model:'http://schema.org/Text'. The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. 'iPhone') or a general category of products or services (e.g. 'smartphones')"
589
+
"description": "Property. Model:'https://schema.org/Text'. The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. 'iPhone') or a general category of products or services (e.g. 'smartphones')"
589
590
},
590
591
"availabilityRestriction": {
591
-
"description": "Relationship. Model:'http://schema.org/hoursAvailable'. This property links a contact point to information about when the contact point is not available. The details are provided using the Opening Hours Specification class",
592
+
"description": "Relationship. Model:'https://schema.org/hoursAvailable'. This property links a contact point to information about when the contact point is not available. The details are provided using the Opening Hours Specification class",
0 commit comments