Skip to content

Commit 2a72152

Browse files
fixing common
1 parent 0435d6b commit 2a72152

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

common-schema.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@
405405
"type": "array",
406406
"description": "Property. Annotations about the item. Model:'https://schema.org/Text'",
407407
"items": {
408-
"type": "string"
408+
"type": "string",
409+
"description": "Property. Eventy element in the annotations"
409410
}
410411
}
411412
}
@@ -581,14 +582,14 @@
581582
},
582583
"faxNumber": {
583584
"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"
585586
},
586587
"productSupported": {
587588
"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')"
589590
},
590591
"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",
592593
"anyOf": [
593594
{
594595
"type": "array",

0 commit comments

Comments
 (0)