Passed
Push — develop ( f228ff...90ed2c )
by Andrew
20:04 queued 10:06
created
src/events/IncludeContainerEvent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,5 +26,5 @@
 block discarded – undo
26 26
     /**
27 27
      * @var bool Whether to include the container.
28 28
      */
29
-     public $include;
29
+        public $include;
30 30
 }
Please login to merge, or discard this patch.
src/controllers/SettingsController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -599,8 +599,8 @@
 block discarded – undo
599 599
         string $sourceBundleType,
600 600
         string $sourceHandle,
601 601
         string $siteHandle = null,
602
-               $typeId = null,
603
-               $loadFromSiteHandle = null
602
+                $typeId = null,
603
+                $loadFromSiteHandle = null
604 604
     ): Response
605 605
     {
606 606
         $variables = [];
Please login to merge, or discard this patch.
src/gql/resolvers/SitemapResolver.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -111,12 +111,12 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
 /**
114
-     * Get all the sitemap index items by params.
115
-     *
116
-     * @param array $params
117
-     * @return array
118
-     * @throws \yii\web\NotFoundHttpException
119
-     */
114
+ * Get all the sitemap index items by params.
115
+ *
116
+ * @param array $params
117
+ * @return array
118
+ * @throws \yii\web\NotFoundHttpException
119
+ */
120 120
     public static function getSitemapStyles($source, $arguments, $context, ResolveInfo $resolveInfo): array
121 121
     {
122 122
         return [
Please login to merge, or discard this patch.
src/models/jsonld/MenuItem.php 1 patch
Indentation   +126 added lines, -126 removed lines patch added patch discarded remove patch
@@ -23,130 +23,130 @@
 block discarded – undo
23 23
  */
24 24
 class MenuItem extends MetaJsonLd implements MenuItemInterface, IntangibleInterface, ThingInterface
25 25
 {
26
-	use MenuItemTrait;
27
-	use IntangibleTrait;
28
-	use ThingTrait;
29
-
30
-	/**
31
-	 * The Schema.org Type Name
32
-	 *
33
-	 * @var string
34
-	 */
35
-	public static $schemaTypeName = 'MenuItem';
36
-
37
-	/**
38
-	 * The Schema.org Type Scope
39
-	 *
40
-	 * @var string
41
-	 */
42
-	public static $schemaTypeScope = 'https://schema.org/MenuItem';
43
-
44
-	/**
45
-	 * The Schema.org Type Extends
46
-	 *
47
-	 * @var string
48
-	 */
49
-	public static $schemaTypeExtends = 'Intangible';
50
-
51
-	/**
52
-	 * The Schema.org Type Description
53
-	 *
54
-	 * @var string
55
-	 */
56
-	public static $schemaTypeDescription = 'A food or drink item listed in a menu or menu section.';
57
-
58
-
59
-	/**
60
-	 * @inheritdoc
61
-	 */
62
-	public function getSchemaPropertyNames(): array
63
-	{
64
-		return array_keys($this->getSchemaPropertyExpectedTypes());
65
-	}
66
-
67
-
68
-	/**
69
-	 * @inheritdoc
70
-	 */
71
-	public function getSchemaPropertyExpectedTypes(): array
72
-	{
73
-		return [
74
-		    'additionalType' => ['URL'],
75
-		    'alternateName' => ['Text'],
76
-		    'description' => ['Text'],
77
-		    'disambiguatingDescription' => ['Text'],
78
-		    'identifier' => ['PropertyValue', 'URL', 'Text'],
79
-		    'image' => ['URL', 'ImageObject'],
80
-		    'mainEntityOfPage' => ['URL', 'CreativeWork'],
81
-		    'menuAddOn' => ['MenuItem', 'MenuSection'],
82
-		    'name' => ['Text'],
83
-		    'nutrition' => ['NutritionInformation'],
84
-		    'offers' => ['Demand', 'Offer'],
85
-		    'potentialAction' => ['Action'],
86
-		    'sameAs' => ['URL'],
87
-		    'subjectOf' => ['Event', 'CreativeWork'],
88
-		    'suitableForDiet' => ['RestrictedDiet'],
89
-		    'url' => ['URL']
90
-		];
91
-	}
92
-
93
-
94
-	/**
95
-	 * @inheritdoc
96
-	 */
97
-	public function getSchemaPropertyDescriptions(): array
98
-	{
99
-		return [
100
-		    'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
101
-		    'alternateName' => 'An alias for the item.',
102
-		    'description' => 'A description of the item.',
103
-		    'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
104
-		    'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
105
-		    'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
106
-		    'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
107
-		    'menuAddOn' => 'Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.',
108
-		    'name' => 'The name of the item.',
109
-		    'nutrition' => 'Nutrition information about the recipe or menu item.',
110
-		    'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.       ',
111
-		    'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
112
-		    'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
113
-		    'subjectOf' => 'A CreativeWork or Event about this Thing.',
114
-		    'suitableForDiet' => 'Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.',
115
-		    'url' => 'URL of the item.'
116
-		];
117
-	}
118
-
119
-
120
-	/**
121
-	 * @inheritdoc
122
-	 */
123
-	public function getGoogleRequiredSchema(): array
124
-	{
125
-		return ['description', 'name'];
126
-	}
127
-
128
-
129
-	/**
130
-	 * @inheritdoc
131
-	 */
132
-	public function getGoogleRecommendedSchema(): array
133
-	{
134
-		return ['image', 'url'];
135
-	}
136
-
137
-
138
-	/**
139
-	 * @inheritdoc
140
-	 */
141
-	public function defineRules(): array
142
-	{
143
-		$rules = parent::defineRules();
144
-		    $rules = array_merge($rules, [
145
-		        [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
146
-		        [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
147
-		        [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
148
-		    ]);
149
-
150
-		    return $rules;
151
-	}
26
+    use MenuItemTrait;
27
+    use IntangibleTrait;
28
+    use ThingTrait;
29
+
30
+    /**
31
+     * The Schema.org Type Name
32
+     *
33
+     * @var string
34
+     */
35
+    public static $schemaTypeName = 'MenuItem';
36
+
37
+    /**
38
+     * The Schema.org Type Scope
39
+     *
40
+     * @var string
41
+     */
42
+    public static $schemaTypeScope = 'https://schema.org/MenuItem';
43
+
44
+    /**
45
+     * The Schema.org Type Extends
46
+     *
47
+     * @var string
48
+     */
49
+    public static $schemaTypeExtends = 'Intangible';
50
+
51
+    /**
52
+     * The Schema.org Type Description
53
+     *
54
+     * @var string
55
+     */
56
+    public static $schemaTypeDescription = 'A food or drink item listed in a menu or menu section.';
57
+
58
+
59
+    /**
60
+     * @inheritdoc
61
+     */
62
+    public function getSchemaPropertyNames(): array
63
+    {
64
+        return array_keys($this->getSchemaPropertyExpectedTypes());
65
+    }
66
+
67
+
68
+    /**
69
+     * @inheritdoc
70
+     */
71
+    public function getSchemaPropertyExpectedTypes(): array
72
+    {
73
+        return [
74
+            'additionalType' => ['URL'],
75
+            'alternateName' => ['Text'],
76
+            'description' => ['Text'],
77
+            'disambiguatingDescription' => ['Text'],
78
+            'identifier' => ['PropertyValue', 'URL', 'Text'],
79
+            'image' => ['URL', 'ImageObject'],
80
+            'mainEntityOfPage' => ['URL', 'CreativeWork'],
81
+            'menuAddOn' => ['MenuItem', 'MenuSection'],
82
+            'name' => ['Text'],
83
+            'nutrition' => ['NutritionInformation'],
84
+            'offers' => ['Demand', 'Offer'],
85
+            'potentialAction' => ['Action'],
86
+            'sameAs' => ['URL'],
87
+            'subjectOf' => ['Event', 'CreativeWork'],
88
+            'suitableForDiet' => ['RestrictedDiet'],
89
+            'url' => ['URL']
90
+        ];
91
+    }
92
+
93
+
94
+    /**
95
+     * @inheritdoc
96
+     */
97
+    public function getSchemaPropertyDescriptions(): array
98
+    {
99
+        return [
100
+            'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
101
+            'alternateName' => 'An alias for the item.',
102
+            'description' => 'A description of the item.',
103
+            'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
104
+            'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
105
+            'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
106
+            'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
107
+            'menuAddOn' => 'Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.',
108
+            'name' => 'The name of the item.',
109
+            'nutrition' => 'Nutrition information about the recipe or menu item.',
110
+            'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.       ',
111
+            'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
112
+            'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
113
+            'subjectOf' => 'A CreativeWork or Event about this Thing.',
114
+            'suitableForDiet' => 'Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.',
115
+            'url' => 'URL of the item.'
116
+        ];
117
+    }
118
+
119
+
120
+    /**
121
+     * @inheritdoc
122
+     */
123
+    public function getGoogleRequiredSchema(): array
124
+    {
125
+        return ['description', 'name'];
126
+    }
127
+
128
+
129
+    /**
130
+     * @inheritdoc
131
+     */
132
+    public function getGoogleRecommendedSchema(): array
133
+    {
134
+        return ['image', 'url'];
135
+    }
136
+
137
+
138
+    /**
139
+     * @inheritdoc
140
+     */
141
+    public function defineRules(): array
142
+    {
143
+        $rules = parent::defineRules();
144
+            $rules = array_merge($rules, [
145
+                [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
146
+                [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
147
+                [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
148
+            ]);
149
+
150
+            return $rules;
151
+    }
152 152
 }
Please login to merge, or discard this patch.
src/models/jsonld/Vein.php 1 patch
Indentation   +158 added lines, -158 removed lines patch added patch discarded remove patch
@@ -23,162 +23,162 @@
 block discarded – undo
23 23
  */
24 24
 class Vein extends MetaJsonLd implements VeinInterface, VesselInterface, AnatomicalStructureInterface, MedicalEntityInterface, ThingInterface
25 25
 {
26
-	use VeinTrait;
27
-	use VesselTrait;
28
-	use AnatomicalStructureTrait;
29
-	use MedicalEntityTrait;
30
-	use ThingTrait;
31
-
32
-	/**
33
-	 * The Schema.org Type Name
34
-	 *
35
-	 * @var string
36
-	 */
37
-	public static $schemaTypeName = 'Vein';
38
-
39
-	/**
40
-	 * The Schema.org Type Scope
41
-	 *
42
-	 * @var string
43
-	 */
44
-	public static $schemaTypeScope = 'https://schema.org/Vein';
45
-
46
-	/**
47
-	 * The Schema.org Type Extends
48
-	 *
49
-	 * @var string
50
-	 */
51
-	public static $schemaTypeExtends = 'Vessel';
52
-
53
-	/**
54
-	 * The Schema.org Type Description
55
-	 *
56
-	 * @var string
57
-	 */
58
-	public static $schemaTypeDescription = 'A type of blood vessel that specifically carries blood to the heart.';
59
-
60
-
61
-	/**
62
-	 * @inheritdoc
63
-	 */
64
-	public function getSchemaPropertyNames(): array
65
-	{
66
-		return array_keys($this->getSchemaPropertyExpectedTypes());
67
-	}
68
-
69
-
70
-	/**
71
-	 * @inheritdoc
72
-	 */
73
-	public function getSchemaPropertyExpectedTypes(): array
74
-	{
75
-		return [
76
-		    'additionalType' => ['URL'],
77
-		    'alternateName' => ['Text'],
78
-		    'associatedPathophysiology' => ['Text'],
79
-		    'bodyLocation' => ['Text'],
80
-		    'code' => ['MedicalCode'],
81
-		    'connectedTo' => ['AnatomicalStructure'],
82
-		    'description' => ['Text'],
83
-		    'diagram' => ['ImageObject'],
84
-		    'disambiguatingDescription' => ['Text'],
85
-		    'drainsTo' => ['Vessel'],
86
-		    'funding' => ['Grant'],
87
-		    'guideline' => ['MedicalGuideline'],
88
-		    'identifier' => ['PropertyValue', 'URL', 'Text'],
89
-		    'image' => ['URL', 'ImageObject'],
90
-		    'legalStatus' => ['Text', 'DrugLegalStatus', 'MedicalEnumeration'],
91
-		    'mainEntityOfPage' => ['URL', 'CreativeWork'],
92
-		    'medicineSystem' => ['MedicineSystem'],
93
-		    'name' => ['Text'],
94
-		    'partOfSystem' => ['AnatomicalSystem'],
95
-		    'potentialAction' => ['Action'],
96
-		    'recognizingAuthority' => ['Organization'],
97
-		    'regionDrained' => ['AnatomicalSystem', 'AnatomicalStructure'],
98
-		    'relatedCondition' => ['MedicalCondition'],
99
-		    'relatedTherapy' => ['MedicalTherapy'],
100
-		    'relevantSpecialty' => ['MedicalSpecialty'],
101
-		    'sameAs' => ['URL'],
102
-		    'study' => ['MedicalStudy'],
103
-		    'subStructure' => ['AnatomicalStructure'],
104
-		    'subjectOf' => ['Event', 'CreativeWork'],
105
-		    'tributary' => ['AnatomicalStructure'],
106
-		    'url' => ['URL']
107
-		];
108
-	}
109
-
110
-
111
-	/**
112
-	 * @inheritdoc
113
-	 */
114
-	public function getSchemaPropertyDescriptions(): array
115
-	{
116
-		return [
117
-		    'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
118
-		    'alternateName' => 'An alias for the item.',
119
-		    'associatedPathophysiology' => 'If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.',
120
-		    'bodyLocation' => 'Location in the body of the anatomical structure.',
121
-		    'code' => 'A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.',
122
-		    'connectedTo' => 'Other anatomical structures to which this structure is connected.',
123
-		    'description' => 'A description of the item.',
124
-		    'diagram' => 'An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures.',
125
-		    'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
126
-		    'drainsTo' => 'The vasculature that the vein drains into.',
127
-		    'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
128
-		    'guideline' => 'A medical guideline related to this entity.',
129
-		    'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
130
-		    'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
131
-		    'legalStatus' => 'The drug or supplement\'s legal status, including any controlled substance schedules that apply.',
132
-		    'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
133
-		    'medicineSystem' => 'The system of medicine that includes this MedicalEntity, for example \'evidence-based\', \'homeopathic\', \'chiropractic\', etc.',
134
-		    'name' => 'The name of the item.',
135
-		    'partOfSystem' => 'The anatomical or organ system that this structure is part of.',
136
-		    'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
137
-		    'recognizingAuthority' => 'If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.',
138
-		    'regionDrained' => 'The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ.',
139
-		    'relatedCondition' => 'A medical condition associated with this anatomy.',
140
-		    'relatedTherapy' => 'A medical therapy related to this anatomy.',
141
-		    'relevantSpecialty' => 'If applicable, a medical specialty in which this entity is relevant.',
142
-		    'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
143
-		    'study' => 'A medical study or trial related to this entity.',
144
-		    'subStructure' => 'Component (sub-)structure(s) that comprise this anatomical structure.',
145
-		    'subjectOf' => 'A CreativeWork or Event about this Thing.',
146
-		    'tributary' => 'The anatomical or organ system that the vein flows into; a larger structure that the vein connects to.',
147
-		    'url' => 'URL of the item.'
148
-		];
149
-	}
150
-
151
-
152
-	/**
153
-	 * @inheritdoc
154
-	 */
155
-	public function getGoogleRequiredSchema(): array
156
-	{
157
-		return ['description', 'name'];
158
-	}
159
-
160
-
161
-	/**
162
-	 * @inheritdoc
163
-	 */
164
-	public function getGoogleRecommendedSchema(): array
165
-	{
166
-		return ['image', 'url'];
167
-	}
168
-
169
-
170
-	/**
171
-	 * @inheritdoc
172
-	 */
173
-	public function defineRules(): array
174
-	{
175
-		$rules = parent::defineRules();
176
-		    $rules = array_merge($rules, [
177
-		        [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
178
-		        [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
179
-		        [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
180
-		    ]);
181
-
182
-		    return $rules;
183
-	}
26
+    use VeinTrait;
27
+    use VesselTrait;
28
+    use AnatomicalStructureTrait;
29
+    use MedicalEntityTrait;
30
+    use ThingTrait;
31
+
32
+    /**
33
+     * The Schema.org Type Name
34
+     *
35
+     * @var string
36
+     */
37
+    public static $schemaTypeName = 'Vein';
38
+
39
+    /**
40
+     * The Schema.org Type Scope
41
+     *
42
+     * @var string
43
+     */
44
+    public static $schemaTypeScope = 'https://schema.org/Vein';
45
+
46
+    /**
47
+     * The Schema.org Type Extends
48
+     *
49
+     * @var string
50
+     */
51
+    public static $schemaTypeExtends = 'Vessel';
52
+
53
+    /**
54
+     * The Schema.org Type Description
55
+     *
56
+     * @var string
57
+     */
58
+    public static $schemaTypeDescription = 'A type of blood vessel that specifically carries blood to the heart.';
59
+
60
+
61
+    /**
62
+     * @inheritdoc
63
+     */
64
+    public function getSchemaPropertyNames(): array
65
+    {
66
+        return array_keys($this->getSchemaPropertyExpectedTypes());
67
+    }
68
+
69
+
70
+    /**
71
+     * @inheritdoc
72
+     */
73
+    public function getSchemaPropertyExpectedTypes(): array
74
+    {
75
+        return [
76
+            'additionalType' => ['URL'],
77
+            'alternateName' => ['Text'],
78
+            'associatedPathophysiology' => ['Text'],
79
+            'bodyLocation' => ['Text'],
80
+            'code' => ['MedicalCode'],
81
+            'connectedTo' => ['AnatomicalStructure'],
82
+            'description' => ['Text'],
83
+            'diagram' => ['ImageObject'],
84
+            'disambiguatingDescription' => ['Text'],
85
+            'drainsTo' => ['Vessel'],
86
+            'funding' => ['Grant'],
87
+            'guideline' => ['MedicalGuideline'],
88
+            'identifier' => ['PropertyValue', 'URL', 'Text'],
89
+            'image' => ['URL', 'ImageObject'],
90
+            'legalStatus' => ['Text', 'DrugLegalStatus', 'MedicalEnumeration'],
91
+            'mainEntityOfPage' => ['URL', 'CreativeWork'],
92
+            'medicineSystem' => ['MedicineSystem'],
93
+            'name' => ['Text'],
94
+            'partOfSystem' => ['AnatomicalSystem'],
95
+            'potentialAction' => ['Action'],
96
+            'recognizingAuthority' => ['Organization'],
97
+            'regionDrained' => ['AnatomicalSystem', 'AnatomicalStructure'],
98
+            'relatedCondition' => ['MedicalCondition'],
99
+            'relatedTherapy' => ['MedicalTherapy'],
100
+            'relevantSpecialty' => ['MedicalSpecialty'],
101
+            'sameAs' => ['URL'],
102
+            'study' => ['MedicalStudy'],
103
+            'subStructure' => ['AnatomicalStructure'],
104
+            'subjectOf' => ['Event', 'CreativeWork'],
105
+            'tributary' => ['AnatomicalStructure'],
106
+            'url' => ['URL']
107
+        ];
108
+    }
109
+
110
+
111
+    /**
112
+     * @inheritdoc
113
+     */
114
+    public function getSchemaPropertyDescriptions(): array
115
+    {
116
+        return [
117
+            'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
118
+            'alternateName' => 'An alias for the item.',
119
+            'associatedPathophysiology' => 'If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.',
120
+            'bodyLocation' => 'Location in the body of the anatomical structure.',
121
+            'code' => 'A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.',
122
+            'connectedTo' => 'Other anatomical structures to which this structure is connected.',
123
+            'description' => 'A description of the item.',
124
+            'diagram' => 'An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures.',
125
+            'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
126
+            'drainsTo' => 'The vasculature that the vein drains into.',
127
+            'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
128
+            'guideline' => 'A medical guideline related to this entity.',
129
+            'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
130
+            'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
131
+            'legalStatus' => 'The drug or supplement\'s legal status, including any controlled substance schedules that apply.',
132
+            'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
133
+            'medicineSystem' => 'The system of medicine that includes this MedicalEntity, for example \'evidence-based\', \'homeopathic\', \'chiropractic\', etc.',
134
+            'name' => 'The name of the item.',
135
+            'partOfSystem' => 'The anatomical or organ system that this structure is part of.',
136
+            'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
137
+            'recognizingAuthority' => 'If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.',
138
+            'regionDrained' => 'The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ.',
139
+            'relatedCondition' => 'A medical condition associated with this anatomy.',
140
+            'relatedTherapy' => 'A medical therapy related to this anatomy.',
141
+            'relevantSpecialty' => 'If applicable, a medical specialty in which this entity is relevant.',
142
+            'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
143
+            'study' => 'A medical study or trial related to this entity.',
144
+            'subStructure' => 'Component (sub-)structure(s) that comprise this anatomical structure.',
145
+            'subjectOf' => 'A CreativeWork or Event about this Thing.',
146
+            'tributary' => 'The anatomical or organ system that the vein flows into; a larger structure that the vein connects to.',
147
+            'url' => 'URL of the item.'
148
+        ];
149
+    }
150
+
151
+
152
+    /**
153
+     * @inheritdoc
154
+     */
155
+    public function getGoogleRequiredSchema(): array
156
+    {
157
+        return ['description', 'name'];
158
+    }
159
+
160
+
161
+    /**
162
+     * @inheritdoc
163
+     */
164
+    public function getGoogleRecommendedSchema(): array
165
+    {
166
+        return ['image', 'url'];
167
+    }
168
+
169
+
170
+    /**
171
+     * @inheritdoc
172
+     */
173
+    public function defineRules(): array
174
+    {
175
+        $rules = parent::defineRules();
176
+            $rules = array_merge($rules, [
177
+                [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
178
+                [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
179
+                [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
180
+            ]);
181
+
182
+            return $rules;
183
+    }
184 184
 }
Please login to merge, or discard this patch.
src/models/jsonld/Review.php 1 patch
Indentation   +343 added lines, -343 removed lines patch added patch discarded remove patch
@@ -23,364 +23,364 @@
 block discarded – undo
23 23
  */
24 24
 class Review extends MetaJsonLd implements ReviewInterface, CreativeWorkInterface, ThingInterface
25 25
 {
26
-	use ReviewTrait;
27
-	use CreativeWorkTrait;
28
-	use ThingTrait;
26
+    use ReviewTrait;
27
+    use CreativeWorkTrait;
28
+    use ThingTrait;
29 29
 
30
-	/**
31
-	 * The Schema.org Type Name
32
-	 *
33
-	 * @var string
34
-	 */
35
-	public static $schemaTypeName = 'Review';
30
+    /**
31
+     * The Schema.org Type Name
32
+     *
33
+     * @var string
34
+     */
35
+    public static $schemaTypeName = 'Review';
36 36
 
37
-	/**
38
-	 * The Schema.org Type Scope
39
-	 *
40
-	 * @var string
41
-	 */
42
-	public static $schemaTypeScope = 'https://schema.org/Review';
37
+    /**
38
+     * The Schema.org Type Scope
39
+     *
40
+     * @var string
41
+     */
42
+    public static $schemaTypeScope = 'https://schema.org/Review';
43 43
 
44
-	/**
45
-	 * The Schema.org Type Extends
46
-	 *
47
-	 * @var string
48
-	 */
49
-	public static $schemaTypeExtends = 'CreativeWork';
44
+    /**
45
+     * The Schema.org Type Extends
46
+     *
47
+     * @var string
48
+     */
49
+    public static $schemaTypeExtends = 'CreativeWork';
50 50
 
51
-	/**
52
-	 * The Schema.org Type Description
53
-	 *
54
-	 * @var string
55
-	 */
56
-	public static $schemaTypeDescription = 'A review of an item - for example, of a restaurant, movie, or store.';
51
+    /**
52
+     * The Schema.org Type Description
53
+     *
54
+     * @var string
55
+     */
56
+    public static $schemaTypeDescription = 'A review of an item - for example, of a restaurant, movie, or store.';
57 57
 
58 58
 
59
-	/**
60
-	 * @inheritdoc
61
-	 */
62
-	public function getSchemaPropertyNames(): array
63
-	{
64
-		return array_keys($this->getSchemaPropertyExpectedTypes());
65
-	}
59
+    /**
60
+     * @inheritdoc
61
+     */
62
+    public function getSchemaPropertyNames(): array
63
+    {
64
+        return array_keys($this->getSchemaPropertyExpectedTypes());
65
+    }
66 66
 
67 67
 
68
-	/**
69
-	 * @inheritdoc
70
-	 */
71
-	public function getSchemaPropertyExpectedTypes(): array
72
-	{
73
-		return [
74
-		    'about' => ['Thing'],
75
-		    'abstract' => ['Text'],
76
-		    'accessMode' => ['Text'],
77
-		    'accessModeSufficient' => ['ItemList'],
78
-		    'accessibilityAPI' => ['Text'],
79
-		    'accessibilityControl' => ['Text'],
80
-		    'accessibilityFeature' => ['Text'],
81
-		    'accessibilityHazard' => ['Text'],
82
-		    'accessibilitySummary' => ['Text'],
83
-		    'accountablePerson' => ['Person'],
84
-		    'acquireLicensePage' => ['CreativeWork', 'URL'],
85
-		    'additionalType' => ['URL'],
86
-		    'aggregateRating' => ['AggregateRating'],
87
-		    'alternateName' => ['Text'],
88
-		    'alternativeHeadline' => ['Text'],
89
-		    'archivedAt' => ['WebPage', 'URL'],
90
-		    'assesses' => ['DefinedTerm', 'Text'],
91
-		    'associatedClaimReview' => ['Review'],
92
-		    'associatedMedia' => ['MediaObject'],
93
-		    'associatedMediaReview' => ['Review'],
94
-		    'associatedReview' => ['Review'],
95
-		    'audience' => ['Audience'],
96
-		    'audio' => ['MusicRecording', 'AudioObject', 'Clip'],
97
-		    'author' => ['Organization', 'Person'],
98
-		    'award' => ['Text'],
99
-		    'awards' => ['Text'],
100
-		    'character' => ['Person'],
101
-		    'citation' => ['CreativeWork', 'Text'],
102
-		    'comment' => ['Comment'],
103
-		    'commentCount' => ['Integer'],
104
-		    'conditionsOfAccess' => ['Text'],
105
-		    'contentLocation' => ['Place'],
106
-		    'contentRating' => ['Text', 'Rating'],
107
-		    'contentReferenceTime' => ['DateTime'],
108
-		    'contributor' => ['Organization', 'Person'],
109
-		    'copyrightHolder' => ['Organization', 'Person'],
110
-		    'copyrightNotice' => ['Text'],
111
-		    'copyrightYear' => ['Number'],
112
-		    'correction' => ['URL', 'Text', 'CorrectionComment'],
113
-		    'countryOfOrigin' => ['Country'],
114
-		    'creativeWorkStatus' => ['DefinedTerm', 'Text'],
115
-		    'creator' => ['Person', 'Organization'],
116
-		    'creditText' => ['Text'],
117
-		    'dateCreated' => ['DateTime', 'Date'],
118
-		    'dateModified' => ['DateTime', 'Date'],
119
-		    'datePublished' => ['DateTime', 'Date'],
120
-		    'description' => ['Text'],
121
-		    'disambiguatingDescription' => ['Text'],
122
-		    'discussionUrl' => ['URL'],
123
-		    'editEIDR' => ['URL', 'Text'],
124
-		    'editor' => ['Person'],
125
-		    'educationalAlignment' => ['AlignmentObject'],
126
-		    'educationalLevel' => ['Text', 'URL', 'DefinedTerm'],
127
-		    'educationalUse' => ['DefinedTerm', 'Text'],
128
-		    'encoding' => ['MediaObject'],
129
-		    'encodingFormat' => ['URL', 'Text'],
130
-		    'encodings' => ['MediaObject'],
131
-		    'exampleOfWork' => ['CreativeWork'],
132
-		    'expires' => ['Date', 'DateTime'],
133
-		    'fileFormat' => ['Text', 'URL'],
134
-		    'funder' => ['Organization', 'Person'],
135
-		    'funding' => ['Grant'],
136
-		    'genre' => ['Text', 'URL'],
137
-		    'hasPart' => ['CreativeWork'],
138
-		    'headline' => ['Text'],
139
-		    'identifier' => ['PropertyValue', 'URL', 'Text'],
140
-		    'image' => ['URL', 'ImageObject'],
141
-		    'inLanguage' => ['Text', 'Language'],
142
-		    'interactionStatistic' => ['InteractionCounter'],
143
-		    'interactivityType' => ['Text'],
144
-		    'interpretedAsClaim' => ['Claim'],
145
-		    'isAccessibleForFree' => ['Boolean'],
146
-		    'isBasedOn' => ['URL', 'Product', 'CreativeWork'],
147
-		    'isBasedOnUrl' => ['URL', 'Product', 'CreativeWork'],
148
-		    'isFamilyFriendly' => ['Boolean'],
149
-		    'isPartOf' => ['URL', 'CreativeWork'],
150
-		    'itemReviewed' => ['Thing'],
151
-		    'keywords' => ['URL', 'DefinedTerm', 'Text'],
152
-		    'learningResourceType' => ['DefinedTerm', 'Text'],
153
-		    'license' => ['URL', 'CreativeWork'],
154
-		    'locationCreated' => ['Place'],
155
-		    'mainEntity' => ['Thing'],
156
-		    'mainEntityOfPage' => ['URL', 'CreativeWork'],
157
-		    'maintainer' => ['Person', 'Organization'],
158
-		    'material' => ['Product', 'URL', 'Text'],
159
-		    'materialExtent' => ['QuantitativeValue', 'Text'],
160
-		    'mentions' => ['Thing'],
161
-		    'name' => ['Text'],
162
-		    'negativeNotes' => ['ListItem', 'Text', 'ItemList', 'WebContent'],
163
-		    'offers' => ['Demand', 'Offer'],
164
-		    'pattern' => ['DefinedTerm', 'Text'],
165
-		    'position' => ['Text', 'Integer'],
166
-		    'positiveNotes' => ['Text', 'WebContent', 'ListItem', 'ItemList'],
167
-		    'potentialAction' => ['Action'],
168
-		    'producer' => ['Organization', 'Person'],
169
-		    'provider' => ['Organization', 'Person'],
170
-		    'publication' => ['PublicationEvent'],
171
-		    'publisher' => ['Organization', 'Person'],
172
-		    'publisherImprint' => ['Organization'],
173
-		    'publishingPrinciples' => ['CreativeWork', 'URL'],
174
-		    'recordedAt' => ['Event'],
175
-		    'releasedEvent' => ['PublicationEvent'],
176
-		    'review' => ['Review'],
177
-		    'reviewAspect' => ['Text'],
178
-		    'reviewBody' => ['Text'],
179
-		    'reviewRating' => ['Rating'],
180
-		    'reviews' => ['Review'],
181
-		    'sameAs' => ['URL'],
182
-		    'schemaVersion' => ['URL', 'Text'],
183
-		    'sdDatePublished' => ['Date'],
184
-		    'sdLicense' => ['CreativeWork', 'URL'],
185
-		    'sdPublisher' => ['Organization', 'Person'],
186
-		    'size' => ['DefinedTerm', 'QuantitativeValue', 'Text', 'SizeSpecification'],
187
-		    'sourceOrganization' => ['Organization'],
188
-		    'spatial' => ['Place'],
189
-		    'spatialCoverage' => ['Place'],
190
-		    'sponsor' => ['Organization', 'Person'],
191
-		    'subjectOf' => ['Event', 'CreativeWork'],
192
-		    'teaches' => ['DefinedTerm', 'Text'],
193
-		    'temporal' => ['DateTime', 'Text'],
194
-		    'temporalCoverage' => ['URL', 'Text', 'DateTime'],
195
-		    'text' => ['Text'],
196
-		    'thumbnailUrl' => ['URL'],
197
-		    'timeRequired' => ['Duration'],
198
-		    'translationOfWork' => ['CreativeWork'],
199
-		    'translator' => ['Organization', 'Person'],
200
-		    'typicalAgeRange' => ['Text'],
201
-		    'url' => ['URL'],
202
-		    'usageInfo' => ['URL', 'CreativeWork'],
203
-		    'version' => ['Number', 'Text'],
204
-		    'video' => ['VideoObject', 'Clip'],
205
-		    'workExample' => ['CreativeWork'],
206
-		    'workTranslation' => ['CreativeWork']
207
-		];
208
-	}
68
+    /**
69
+     * @inheritdoc
70
+     */
71
+    public function getSchemaPropertyExpectedTypes(): array
72
+    {
73
+        return [
74
+            'about' => ['Thing'],
75
+            'abstract' => ['Text'],
76
+            'accessMode' => ['Text'],
77
+            'accessModeSufficient' => ['ItemList'],
78
+            'accessibilityAPI' => ['Text'],
79
+            'accessibilityControl' => ['Text'],
80
+            'accessibilityFeature' => ['Text'],
81
+            'accessibilityHazard' => ['Text'],
82
+            'accessibilitySummary' => ['Text'],
83
+            'accountablePerson' => ['Person'],
84
+            'acquireLicensePage' => ['CreativeWork', 'URL'],
85
+            'additionalType' => ['URL'],
86
+            'aggregateRating' => ['AggregateRating'],
87
+            'alternateName' => ['Text'],
88
+            'alternativeHeadline' => ['Text'],
89
+            'archivedAt' => ['WebPage', 'URL'],
90
+            'assesses' => ['DefinedTerm', 'Text'],
91
+            'associatedClaimReview' => ['Review'],
92
+            'associatedMedia' => ['MediaObject'],
93
+            'associatedMediaReview' => ['Review'],
94
+            'associatedReview' => ['Review'],
95
+            'audience' => ['Audience'],
96
+            'audio' => ['MusicRecording', 'AudioObject', 'Clip'],
97
+            'author' => ['Organization', 'Person'],
98
+            'award' => ['Text'],
99
+            'awards' => ['Text'],
100
+            'character' => ['Person'],
101
+            'citation' => ['CreativeWork', 'Text'],
102
+            'comment' => ['Comment'],
103
+            'commentCount' => ['Integer'],
104
+            'conditionsOfAccess' => ['Text'],
105
+            'contentLocation' => ['Place'],
106
+            'contentRating' => ['Text', 'Rating'],
107
+            'contentReferenceTime' => ['DateTime'],
108
+            'contributor' => ['Organization', 'Person'],
109
+            'copyrightHolder' => ['Organization', 'Person'],
110
+            'copyrightNotice' => ['Text'],
111
+            'copyrightYear' => ['Number'],
112
+            'correction' => ['URL', 'Text', 'CorrectionComment'],
113
+            'countryOfOrigin' => ['Country'],
114
+            'creativeWorkStatus' => ['DefinedTerm', 'Text'],
115
+            'creator' => ['Person', 'Organization'],
116
+            'creditText' => ['Text'],
117
+            'dateCreated' => ['DateTime', 'Date'],
118
+            'dateModified' => ['DateTime', 'Date'],
119
+            'datePublished' => ['DateTime', 'Date'],
120
+            'description' => ['Text'],
121
+            'disambiguatingDescription' => ['Text'],
122
+            'discussionUrl' => ['URL'],
123
+            'editEIDR' => ['URL', 'Text'],
124
+            'editor' => ['Person'],
125
+            'educationalAlignment' => ['AlignmentObject'],
126
+            'educationalLevel' => ['Text', 'URL', 'DefinedTerm'],
127
+            'educationalUse' => ['DefinedTerm', 'Text'],
128
+            'encoding' => ['MediaObject'],
129
+            'encodingFormat' => ['URL', 'Text'],
130
+            'encodings' => ['MediaObject'],
131
+            'exampleOfWork' => ['CreativeWork'],
132
+            'expires' => ['Date', 'DateTime'],
133
+            'fileFormat' => ['Text', 'URL'],
134
+            'funder' => ['Organization', 'Person'],
135
+            'funding' => ['Grant'],
136
+            'genre' => ['Text', 'URL'],
137
+            'hasPart' => ['CreativeWork'],
138
+            'headline' => ['Text'],
139
+            'identifier' => ['PropertyValue', 'URL', 'Text'],
140
+            'image' => ['URL', 'ImageObject'],
141
+            'inLanguage' => ['Text', 'Language'],
142
+            'interactionStatistic' => ['InteractionCounter'],
143
+            'interactivityType' => ['Text'],
144
+            'interpretedAsClaim' => ['Claim'],
145
+            'isAccessibleForFree' => ['Boolean'],
146
+            'isBasedOn' => ['URL', 'Product', 'CreativeWork'],
147
+            'isBasedOnUrl' => ['URL', 'Product', 'CreativeWork'],
148
+            'isFamilyFriendly' => ['Boolean'],
149
+            'isPartOf' => ['URL', 'CreativeWork'],
150
+            'itemReviewed' => ['Thing'],
151
+            'keywords' => ['URL', 'DefinedTerm', 'Text'],
152
+            'learningResourceType' => ['DefinedTerm', 'Text'],
153
+            'license' => ['URL', 'CreativeWork'],
154
+            'locationCreated' => ['Place'],
155
+            'mainEntity' => ['Thing'],
156
+            'mainEntityOfPage' => ['URL', 'CreativeWork'],
157
+            'maintainer' => ['Person', 'Organization'],
158
+            'material' => ['Product', 'URL', 'Text'],
159
+            'materialExtent' => ['QuantitativeValue', 'Text'],
160
+            'mentions' => ['Thing'],
161
+            'name' => ['Text'],
162
+            'negativeNotes' => ['ListItem', 'Text', 'ItemList', 'WebContent'],
163
+            'offers' => ['Demand', 'Offer'],
164
+            'pattern' => ['DefinedTerm', 'Text'],
165
+            'position' => ['Text', 'Integer'],
166
+            'positiveNotes' => ['Text', 'WebContent', 'ListItem', 'ItemList'],
167
+            'potentialAction' => ['Action'],
168
+            'producer' => ['Organization', 'Person'],
169
+            'provider' => ['Organization', 'Person'],
170
+            'publication' => ['PublicationEvent'],
171
+            'publisher' => ['Organization', 'Person'],
172
+            'publisherImprint' => ['Organization'],
173
+            'publishingPrinciples' => ['CreativeWork', 'URL'],
174
+            'recordedAt' => ['Event'],
175
+            'releasedEvent' => ['PublicationEvent'],
176
+            'review' => ['Review'],
177
+            'reviewAspect' => ['Text'],
178
+            'reviewBody' => ['Text'],
179
+            'reviewRating' => ['Rating'],
180
+            'reviews' => ['Review'],
181
+            'sameAs' => ['URL'],
182
+            'schemaVersion' => ['URL', 'Text'],
183
+            'sdDatePublished' => ['Date'],
184
+            'sdLicense' => ['CreativeWork', 'URL'],
185
+            'sdPublisher' => ['Organization', 'Person'],
186
+            'size' => ['DefinedTerm', 'QuantitativeValue', 'Text', 'SizeSpecification'],
187
+            'sourceOrganization' => ['Organization'],
188
+            'spatial' => ['Place'],
189
+            'spatialCoverage' => ['Place'],
190
+            'sponsor' => ['Organization', 'Person'],
191
+            'subjectOf' => ['Event', 'CreativeWork'],
192
+            'teaches' => ['DefinedTerm', 'Text'],
193
+            'temporal' => ['DateTime', 'Text'],
194
+            'temporalCoverage' => ['URL', 'Text', 'DateTime'],
195
+            'text' => ['Text'],
196
+            'thumbnailUrl' => ['URL'],
197
+            'timeRequired' => ['Duration'],
198
+            'translationOfWork' => ['CreativeWork'],
199
+            'translator' => ['Organization', 'Person'],
200
+            'typicalAgeRange' => ['Text'],
201
+            'url' => ['URL'],
202
+            'usageInfo' => ['URL', 'CreativeWork'],
203
+            'version' => ['Number', 'Text'],
204
+            'video' => ['VideoObject', 'Clip'],
205
+            'workExample' => ['CreativeWork'],
206
+            'workTranslation' => ['CreativeWork']
207
+        ];
208
+    }
209 209
 
210 210
 
211
-	/**
212
-	 * @inheritdoc
213
-	 */
214
-	public function getSchemaPropertyDescriptions(): array
215
-	{
216
-		return [
217
-		    'about' => 'The subject matter of the content.',
218
-		    'abstract' => 'An abstract is a short description that summarizes a [[CreativeWork]].',
219
-		    'accessMode' => 'The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).',
220
-		    'accessModeSufficient' => 'A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).',
221
-		    'accessibilityAPI' => 'Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).',
222
-		    'accessibilityControl' => 'Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).',
223
-		    'accessibilityFeature' => 'Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).',
224
-		    'accessibilityHazard' => 'A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).',
225
-		    'accessibilitySummary' => 'A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."',
226
-		    'accountablePerson' => 'Specifies the Person that is legally accountable for the CreativeWork.',
227
-		    'acquireLicensePage' => 'Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.',
228
-		    'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
229
-		    'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.',
230
-		    'alternateName' => 'An alias for the item.',
231
-		    'alternativeHeadline' => 'A secondary title of the CreativeWork.',
232
-		    'archivedAt' => 'Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.',
233
-		    'assesses' => 'The item being described is intended to assess the competency or learning outcome defined by the referenced term.',
234
-		    'associatedClaimReview' => 'An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].',
235
-		    'associatedMedia' => 'A media object that encodes this CreativeWork. This property is a synonym for encoding.',
236
-		    'associatedMediaReview' => 'An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].',
237
-		    'associatedReview' => 'An associated [[Review]].',
238
-		    'audience' => 'An intended audience, i.e. a group for whom something was created.',
239
-		    'audio' => 'An embedded audio object.',
240
-		    'author' => 'The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.',
241
-		    'award' => 'An award won by or for this item.',
242
-		    'awards' => 'Awards won by or for this item.',
243
-		    'character' => 'Fictional person connected with a creative work.',
244
-		    'citation' => 'A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.',
245
-		    'comment' => 'Comments, typically from users.',
246
-		    'commentCount' => 'The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.',
247
-		    'conditionsOfAccess' => 'Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.  For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". ',
248
-		    'contentLocation' => 'The location depicted or described in the content. For example, the location in a photograph or painting.',
249
-		    'contentRating' => 'Official rating of a piece of content—for example, \'MPAA PG-13\'.',
250
-		    'contentReferenceTime' => 'The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.',
251
-		    'contributor' => 'A secondary contributor to the CreativeWork or Event.',
252
-		    'copyrightHolder' => 'The party holding the legal copyright to the CreativeWork.',
253
-		    'copyrightNotice' => 'Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.',
254
-		    'copyrightYear' => 'The year during which the claimed copyright for the CreativeWork was first asserted.',
255
-		    'correction' => 'Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.',
256
-		    'countryOfOrigin' => 'The country of origin of something, including products as well as creative  works such as movie and TV content.  In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.  In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.',
257
-		    'creativeWorkStatus' => 'The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.',
258
-		    'creator' => 'The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.',
259
-		    'creditText' => 'Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.',
260
-		    'dateCreated' => 'The date on which the CreativeWork was created or the item was added to a DataFeed.',
261
-		    'dateModified' => 'The date on which the CreativeWork was most recently modified or when the item\'s entry was modified within a DataFeed.',
262
-		    'datePublished' => 'Date of first broadcast/publication.',
263
-		    'description' => 'A description of the item.',
264
-		    'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
265
-		    'discussionUrl' => 'A link to the page containing the comments of the CreativeWork.',
266
-		    'editEIDR' => 'An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.  For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".  Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. ',
267
-		    'editor' => 'Specifies the Person who edited the CreativeWork.',
268
-		    'educationalAlignment' => 'An alignment to an established educational framework.  This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.',
269
-		    'educationalLevel' => 'The level in terms of progression through an educational or training context. Examples of educational levels include \'beginner\', \'intermediate\' or \'advanced\', and formal sets of level indicators.',
270
-		    'educationalUse' => 'The purpose of a work in the context of education; for example, \'assignment\', \'group work\'.',
271
-		    'encoding' => 'A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.',
272
-		    'encodingFormat' => 'Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.  In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.  Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.',
273
-		    'encodings' => 'A media object that encodes this CreativeWork.',
274
-		    'exampleOfWork' => 'A creative work that this work is an example/instance/realization/derivation of.',
275
-		    'expires' => 'Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.',
276
-		    'fileFormat' => 'Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, \'encoding\' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.',
277
-		    'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.',
278
-		    'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
279
-		    'genre' => 'Genre of the creative work, broadcast channel or group.',
280
-		    'hasPart' => 'Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).',
281
-		    'headline' => 'Headline of the article.',
282
-		    'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
283
-		    'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
284
-		    'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].',
285
-		    'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.',
286
-		    'interactivityType' => 'The predominant mode of learning supported by the learning resource. Acceptable values are \'active\', \'expositive\', or \'mixed\'.',
287
-		    'interpretedAsClaim' => 'Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].',
288
-		    'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.',
289
-		    'isBasedOn' => 'A resource from which this work is derived or from which it is a modification or adaption.',
290
-		    'isBasedOnUrl' => 'A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.',
291
-		    'isFamilyFriendly' => 'Indicates whether this content is family friendly.',
292
-		    'isPartOf' => 'Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.',
293
-		    'itemReviewed' => 'The item that is being reviewed/rated.',
294
-		    'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.',
295
-		    'learningResourceType' => 'The predominant type or kind characterizing the learning resource. For example, \'presentation\', \'handout\'.',
296
-		    'license' => 'A license document that applies to this content, typically indicated by URL.',
297
-		    'locationCreated' => 'The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.',
298
-		    'mainEntity' => 'Indicates the primary entity described in some page or other CreativeWork.',
299
-		    'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
300
-		    'maintainer' => 'A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always  possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.       ',
301
-		    'material' => 'A material that something is made from, e.g. leather, wool, cotton, paper.',
302
-		    'materialExtent' => 'The quantity of the materials being described or an expression of the physical space they occupy.',
303
-		    'mentions' => 'Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.',
304
-		    'name' => 'The name of the item.',
305
-		    'negativeNotes' => 'Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry   In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions  tend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].  The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).',
306
-		    'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.       ',
307
-		    'pattern' => 'A pattern that something has, for example \'polka dot\', \'striped\', \'Canadian flag\'. Values are typically expressed as text, although links to controlled value schemes are also supported.',
308
-		    'position' => 'The position of an item in a series or sequence of items.',
309
-		    'positiveNotes' => 'Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.  In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.  The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).',
310
-		    'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
311
-		    'producer' => 'The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).',
312
-		    'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.',
313
-		    'publication' => 'A publication event associated with the item.',
314
-		    'publisher' => 'The publisher of the creative work.',
315
-		    'publisherImprint' => 'The publishing division which published the comic.',
316
-		    'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].  While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ',
317
-		    'recordedAt' => 'The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.',
318
-		    'releasedEvent' => 'The place and time the release was issued, expressed as a PublicationEvent.',
319
-		    'review' => 'A review of the item.',
320
-		    'reviewAspect' => 'This Review or Rating is relevant to this part or facet of the itemReviewed.',
321
-		    'reviewBody' => 'The actual body of the review.',
322
-		    'reviewRating' => 'The rating given in this review. Note that reviews can themselves be rated. The ```reviewRating``` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work.',
323
-		    'reviews' => 'Review of the item.',
324
-		    'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
325
-		    'schemaVersion' => 'Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to     indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.',
326
-		    'sdDatePublished' => 'Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]',
327
-		    'sdLicense' => 'A license document that applies to this structured data, typically indicated by URL.',
328
-		    'sdPublisher' => 'Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit.',
329
-		    'size' => 'A standardized size of a product or creative work, specified either through a simple textual string (for example \'XL\', \'32Wx34L\'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ',
330
-		    'sourceOrganization' => 'The Organization on whose behalf the creator was working.',
331
-		    'spatial' => 'The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.',
332
-		    'spatialCoverage' => 'The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of       contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates       areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.',
333
-		    'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.',
334
-		    'subjectOf' => 'A CreativeWork or Event about this Thing.',
335
-		    'teaches' => 'The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.',
336
-		    'temporal' => 'The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.',
337
-		    'temporalCoverage' => 'The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In       the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.       Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".  Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.',
338
-		    'text' => 'The textual content of this CreativeWork.',
339
-		    'thumbnailUrl' => 'A thumbnail image relevant to the Thing.',
340
-		    'timeRequired' => 'Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. \'PT30M\', \'PT1H25M\'.',
341
-		    'translationOfWork' => 'The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.',
342
-		    'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.',
343
-		    'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.',
344
-		    'url' => 'URL of the item.',
345
-		    'usageInfo' => 'The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.  This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.',
346
-		    'version' => 'The version of the CreativeWork embodied by a specified resource.',
347
-		    'video' => 'An embedded video object.',
348
-		    'workExample' => 'Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.',
349
-		    'workTranslation' => 'A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese  translation Tây du ký bình khảo.'
350
-		];
351
-	}
211
+    /**
212
+     * @inheritdoc
213
+     */
214
+    public function getSchemaPropertyDescriptions(): array
215
+    {
216
+        return [
217
+            'about' => 'The subject matter of the content.',
218
+            'abstract' => 'An abstract is a short description that summarizes a [[CreativeWork]].',
219
+            'accessMode' => 'The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).',
220
+            'accessModeSufficient' => 'A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).',
221
+            'accessibilityAPI' => 'Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).',
222
+            'accessibilityControl' => 'Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).',
223
+            'accessibilityFeature' => 'Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).',
224
+            'accessibilityHazard' => 'A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).',
225
+            'accessibilitySummary' => 'A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."',
226
+            'accountablePerson' => 'Specifies the Person that is legally accountable for the CreativeWork.',
227
+            'acquireLicensePage' => 'Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.',
228
+            'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
229
+            'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.',
230
+            'alternateName' => 'An alias for the item.',
231
+            'alternativeHeadline' => 'A secondary title of the CreativeWork.',
232
+            'archivedAt' => 'Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.',
233
+            'assesses' => 'The item being described is intended to assess the competency or learning outcome defined by the referenced term.',
234
+            'associatedClaimReview' => 'An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].',
235
+            'associatedMedia' => 'A media object that encodes this CreativeWork. This property is a synonym for encoding.',
236
+            'associatedMediaReview' => 'An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].',
237
+            'associatedReview' => 'An associated [[Review]].',
238
+            'audience' => 'An intended audience, i.e. a group for whom something was created.',
239
+            'audio' => 'An embedded audio object.',
240
+            'author' => 'The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.',
241
+            'award' => 'An award won by or for this item.',
242
+            'awards' => 'Awards won by or for this item.',
243
+            'character' => 'Fictional person connected with a creative work.',
244
+            'citation' => 'A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.',
245
+            'comment' => 'Comments, typically from users.',
246
+            'commentCount' => 'The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.',
247
+            'conditionsOfAccess' => 'Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.  For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". ',
248
+            'contentLocation' => 'The location depicted or described in the content. For example, the location in a photograph or painting.',
249
+            'contentRating' => 'Official rating of a piece of content—for example, \'MPAA PG-13\'.',
250
+            'contentReferenceTime' => 'The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.',
251
+            'contributor' => 'A secondary contributor to the CreativeWork or Event.',
252
+            'copyrightHolder' => 'The party holding the legal copyright to the CreativeWork.',
253
+            'copyrightNotice' => 'Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.',
254
+            'copyrightYear' => 'The year during which the claimed copyright for the CreativeWork was first asserted.',
255
+            'correction' => 'Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.',
256
+            'countryOfOrigin' => 'The country of origin of something, including products as well as creative  works such as movie and TV content.  In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.  In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.',
257
+            'creativeWorkStatus' => 'The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.',
258
+            'creator' => 'The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.',
259
+            'creditText' => 'Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.',
260
+            'dateCreated' => 'The date on which the CreativeWork was created or the item was added to a DataFeed.',
261
+            'dateModified' => 'The date on which the CreativeWork was most recently modified or when the item\'s entry was modified within a DataFeed.',
262
+            'datePublished' => 'Date of first broadcast/publication.',
263
+            'description' => 'A description of the item.',
264
+            'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
265
+            'discussionUrl' => 'A link to the page containing the comments of the CreativeWork.',
266
+            'editEIDR' => 'An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.  For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".  Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. ',
267
+            'editor' => 'Specifies the Person who edited the CreativeWork.',
268
+            'educationalAlignment' => 'An alignment to an established educational framework.  This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.',
269
+            'educationalLevel' => 'The level in terms of progression through an educational or training context. Examples of educational levels include \'beginner\', \'intermediate\' or \'advanced\', and formal sets of level indicators.',
270
+            'educationalUse' => 'The purpose of a work in the context of education; for example, \'assignment\', \'group work\'.',
271
+            'encoding' => 'A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.',
272
+            'encodingFormat' => 'Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.  In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.  Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.',
273
+            'encodings' => 'A media object that encodes this CreativeWork.',
274
+            'exampleOfWork' => 'A creative work that this work is an example/instance/realization/derivation of.',
275
+            'expires' => 'Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.',
276
+            'fileFormat' => 'Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, \'encoding\' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.',
277
+            'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.',
278
+            'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
279
+            'genre' => 'Genre of the creative work, broadcast channel or group.',
280
+            'hasPart' => 'Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).',
281
+            'headline' => 'Headline of the article.',
282
+            'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
283
+            'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
284
+            'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].',
285
+            'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.',
286
+            'interactivityType' => 'The predominant mode of learning supported by the learning resource. Acceptable values are \'active\', \'expositive\', or \'mixed\'.',
287
+            'interpretedAsClaim' => 'Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].',
288
+            'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.',
289
+            'isBasedOn' => 'A resource from which this work is derived or from which it is a modification or adaption.',
290
+            'isBasedOnUrl' => 'A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.',
291
+            'isFamilyFriendly' => 'Indicates whether this content is family friendly.',
292
+            'isPartOf' => 'Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.',
293
+            'itemReviewed' => 'The item that is being reviewed/rated.',
294
+            'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.',
295
+            'learningResourceType' => 'The predominant type or kind characterizing the learning resource. For example, \'presentation\', \'handout\'.',
296
+            'license' => 'A license document that applies to this content, typically indicated by URL.',
297
+            'locationCreated' => 'The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.',
298
+            'mainEntity' => 'Indicates the primary entity described in some page or other CreativeWork.',
299
+            'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
300
+            'maintainer' => 'A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always  possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.       ',
301
+            'material' => 'A material that something is made from, e.g. leather, wool, cotton, paper.',
302
+            'materialExtent' => 'The quantity of the materials being described or an expression of the physical space they occupy.',
303
+            'mentions' => 'Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.',
304
+            'name' => 'The name of the item.',
305
+            'negativeNotes' => 'Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry   In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions  tend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].  The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list).',
306
+            'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.       ',
307
+            'pattern' => 'A pattern that something has, for example \'polka dot\', \'striped\', \'Canadian flag\'. Values are typically expressed as text, although links to controlled value schemes are also supported.',
308
+            'position' => 'The position of an item in a series or sequence of items.',
309
+            'positiveNotes' => 'Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.  In the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.  The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).',
310
+            'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
311
+            'producer' => 'The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).',
312
+            'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.',
313
+            'publication' => 'A publication event associated with the item.',
314
+            'publisher' => 'The publisher of the creative work.',
315
+            'publisherImprint' => 'The publishing division which published the comic.',
316
+            'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].  While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ',
317
+            'recordedAt' => 'The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.',
318
+            'releasedEvent' => 'The place and time the release was issued, expressed as a PublicationEvent.',
319
+            'review' => 'A review of the item.',
320
+            'reviewAspect' => 'This Review or Rating is relevant to this part or facet of the itemReviewed.',
321
+            'reviewBody' => 'The actual body of the review.',
322
+            'reviewRating' => 'The rating given in this review. Note that reviews can themselves be rated. The ```reviewRating``` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work.',
323
+            'reviews' => 'Review of the item.',
324
+            'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
325
+            'schemaVersion' => 'Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to     indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.',
326
+            'sdDatePublished' => 'Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]',
327
+            'sdLicense' => 'A license document that applies to this structured data, typically indicated by URL.',
328
+            'sdPublisher' => 'Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit.',
329
+            'size' => 'A standardized size of a product or creative work, specified either through a simple textual string (for example \'XL\', \'32Wx34L\'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ',
330
+            'sourceOrganization' => 'The Organization on whose behalf the creator was working.',
331
+            'spatial' => 'The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.',
332
+            'spatialCoverage' => 'The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of       contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates       areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.',
333
+            'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.',
334
+            'subjectOf' => 'A CreativeWork or Event about this Thing.',
335
+            'teaches' => 'The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.',
336
+            'temporal' => 'The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.',
337
+            'temporalCoverage' => 'The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In       the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.       Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".  Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.',
338
+            'text' => 'The textual content of this CreativeWork.',
339
+            'thumbnailUrl' => 'A thumbnail image relevant to the Thing.',
340
+            'timeRequired' => 'Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. \'PT30M\', \'PT1H25M\'.',
341
+            'translationOfWork' => 'The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.',
342
+            'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.',
343
+            'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.',
344
+            'url' => 'URL of the item.',
345
+            'usageInfo' => 'The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.  This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.',
346
+            'version' => 'The version of the CreativeWork embodied by a specified resource.',
347
+            'video' => 'An embedded video object.',
348
+            'workExample' => 'Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.',
349
+            'workTranslation' => 'A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese  translation Tây du ký bình khảo.'
350
+        ];
351
+    }
352 352
 
353 353
 
354
-	/**
355
-	 * @inheritdoc
356
-	 */
357
-	public function getGoogleRequiredSchema(): array
358
-	{
359
-		return ['description', 'name'];
360
-	}
354
+    /**
355
+     * @inheritdoc
356
+     */
357
+    public function getGoogleRequiredSchema(): array
358
+    {
359
+        return ['description', 'name'];
360
+    }
361 361
 
362 362
 
363
-	/**
364
-	 * @inheritdoc
365
-	 */
366
-	public function getGoogleRecommendedSchema(): array
367
-	{
368
-		return ['image', 'url'];
369
-	}
363
+    /**
364
+     * @inheritdoc
365
+     */
366
+    public function getGoogleRecommendedSchema(): array
367
+    {
368
+        return ['image', 'url'];
369
+    }
370 370
 
371 371
 
372
-	/**
373
-	 * @inheritdoc
374
-	 */
375
-	public function defineRules(): array
376
-	{
377
-		$rules = parent::defineRules();
378
-		    $rules = array_merge($rules, [
379
-		        [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
380
-		        [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
381
-		        [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
382
-		    ]);
372
+    /**
373
+     * @inheritdoc
374
+     */
375
+    public function defineRules(): array
376
+    {
377
+        $rules = parent::defineRules();
378
+            $rules = array_merge($rules, [
379
+                [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
380
+                [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
381
+                [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
382
+            ]);
383 383
 
384
-		    return $rules;
385
-	}
384
+            return $rules;
385
+    }
386 386
 }
Please login to merge, or discard this patch.
src/models/jsonld/WearableSizeSystemBR.php 1 patch
Indentation   +123 added lines, -123 removed lines patch added patch discarded remove patch
@@ -23,127 +23,127 @@
 block discarded – undo
23 23
  */
24 24
 class WearableSizeSystemBR extends MetaJsonLd implements WearableSizeSystemBRInterface, WearableSizeSystemEnumerationInterface, SizeSystemEnumerationInterface, EnumerationInterface, IntangibleInterface, ThingInterface
25 25
 {
26
-	use WearableSizeSystemBRTrait;
27
-	use WearableSizeSystemEnumerationTrait;
28
-	use SizeSystemEnumerationTrait;
29
-	use EnumerationTrait;
30
-	use IntangibleTrait;
31
-	use ThingTrait;
32
-
33
-	/**
34
-	 * The Schema.org Type Name
35
-	 *
36
-	 * @var string
37
-	 */
38
-	public static $schemaTypeName = 'WearableSizeSystemBR';
39
-
40
-	/**
41
-	 * The Schema.org Type Scope
42
-	 *
43
-	 * @var string
44
-	 */
45
-	public static $schemaTypeScope = 'https://schema.org/WearableSizeSystemBR';
46
-
47
-	/**
48
-	 * The Schema.org Type Extends
49
-	 *
50
-	 * @var string
51
-	 */
52
-	public static $schemaTypeExtends = 'WearableSizeSystemEnumeration';
53
-
54
-	/**
55
-	 * The Schema.org Type Description
56
-	 *
57
-	 * @var string
58
-	 */
59
-	public static $schemaTypeDescription = 'Brazilian size system for wearables.';
60
-
61
-
62
-	/**
63
-	 * @inheritdoc
64
-	 */
65
-	public function getSchemaPropertyNames(): array
66
-	{
67
-		return array_keys($this->getSchemaPropertyExpectedTypes());
68
-	}
69
-
70
-
71
-	/**
72
-	 * @inheritdoc
73
-	 */
74
-	public function getSchemaPropertyExpectedTypes(): array
75
-	{
76
-		return [
77
-		    'additionalType' => ['URL'],
78
-		    'alternateName' => ['Text'],
79
-		    'description' => ['Text'],
80
-		    'disambiguatingDescription' => ['Text'],
81
-		    'identifier' => ['PropertyValue', 'URL', 'Text'],
82
-		    'image' => ['URL', 'ImageObject'],
83
-		    'mainEntityOfPage' => ['URL', 'CreativeWork'],
84
-		    'name' => ['Text'],
85
-		    'potentialAction' => ['Action'],
86
-		    'sameAs' => ['URL'],
87
-		    'subjectOf' => ['Event', 'CreativeWork'],
88
-		    'supersededBy' => ['Class', 'Property', 'Enumeration'],
89
-		    'url' => ['URL']
90
-		];
91
-	}
92
-
93
-
94
-	/**
95
-	 * @inheritdoc
96
-	 */
97
-	public function getSchemaPropertyDescriptions(): array
98
-	{
99
-		return [
100
-		    'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
101
-		    'alternateName' => 'An alias for the item.',
102
-		    'description' => 'A description of the item.',
103
-		    'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
104
-		    'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
105
-		    'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
106
-		    'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
107
-		    'name' => 'The name of the item.',
108
-		    'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
109
-		    'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
110
-		    'subjectOf' => 'A CreativeWork or Event about this Thing.',
111
-		    'supersededBy' => 'Relates a term (i.e. a property, class or enumeration) to one that supersedes it.',
112
-		    'url' => 'URL of the item.'
113
-		];
114
-	}
115
-
116
-
117
-	/**
118
-	 * @inheritdoc
119
-	 */
120
-	public function getGoogleRequiredSchema(): array
121
-	{
122
-		return ['description', 'name'];
123
-	}
124
-
125
-
126
-	/**
127
-	 * @inheritdoc
128
-	 */
129
-	public function getGoogleRecommendedSchema(): array
130
-	{
131
-		return ['image', 'url'];
132
-	}
133
-
134
-
135
-	/**
136
-	 * @inheritdoc
137
-	 */
138
-	public function defineRules(): array
139
-	{
140
-		$rules = parent::defineRules();
141
-		    $rules = array_merge($rules, [
142
-		        [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
143
-		        [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
144
-		        [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
145
-		    ]);
146
-
147
-		    return $rules;
148
-	}
26
+    use WearableSizeSystemBRTrait;
27
+    use WearableSizeSystemEnumerationTrait;
28
+    use SizeSystemEnumerationTrait;
29
+    use EnumerationTrait;
30
+    use IntangibleTrait;
31
+    use ThingTrait;
32
+
33
+    /**
34
+     * The Schema.org Type Name
35
+     *
36
+     * @var string
37
+     */
38
+    public static $schemaTypeName = 'WearableSizeSystemBR';
39
+
40
+    /**
41
+     * The Schema.org Type Scope
42
+     *
43
+     * @var string
44
+     */
45
+    public static $schemaTypeScope = 'https://schema.org/WearableSizeSystemBR';
46
+
47
+    /**
48
+     * The Schema.org Type Extends
49
+     *
50
+     * @var string
51
+     */
52
+    public static $schemaTypeExtends = 'WearableSizeSystemEnumeration';
53
+
54
+    /**
55
+     * The Schema.org Type Description
56
+     *
57
+     * @var string
58
+     */
59
+    public static $schemaTypeDescription = 'Brazilian size system for wearables.';
60
+
61
+
62
+    /**
63
+     * @inheritdoc
64
+     */
65
+    public function getSchemaPropertyNames(): array
66
+    {
67
+        return array_keys($this->getSchemaPropertyExpectedTypes());
68
+    }
69
+
70
+
71
+    /**
72
+     * @inheritdoc
73
+     */
74
+    public function getSchemaPropertyExpectedTypes(): array
75
+    {
76
+        return [
77
+            'additionalType' => ['URL'],
78
+            'alternateName' => ['Text'],
79
+            'description' => ['Text'],
80
+            'disambiguatingDescription' => ['Text'],
81
+            'identifier' => ['PropertyValue', 'URL', 'Text'],
82
+            'image' => ['URL', 'ImageObject'],
83
+            'mainEntityOfPage' => ['URL', 'CreativeWork'],
84
+            'name' => ['Text'],
85
+            'potentialAction' => ['Action'],
86
+            'sameAs' => ['URL'],
87
+            'subjectOf' => ['Event', 'CreativeWork'],
88
+            'supersededBy' => ['Class', 'Property', 'Enumeration'],
89
+            'url' => ['URL']
90
+        ];
91
+    }
92
+
93
+
94
+    /**
95
+     * @inheritdoc
96
+     */
97
+    public function getSchemaPropertyDescriptions(): array
98
+    {
99
+        return [
100
+            'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
101
+            'alternateName' => 'An alias for the item.',
102
+            'description' => 'A description of the item.',
103
+            'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
104
+            'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
105
+            'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
106
+            'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
107
+            'name' => 'The name of the item.',
108
+            'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
109
+            'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
110
+            'subjectOf' => 'A CreativeWork or Event about this Thing.',
111
+            'supersededBy' => 'Relates a term (i.e. a property, class or enumeration) to one that supersedes it.',
112
+            'url' => 'URL of the item.'
113
+        ];
114
+    }
115
+
116
+
117
+    /**
118
+     * @inheritdoc
119
+     */
120
+    public function getGoogleRequiredSchema(): array
121
+    {
122
+        return ['description', 'name'];
123
+    }
124
+
125
+
126
+    /**
127
+     * @inheritdoc
128
+     */
129
+    public function getGoogleRecommendedSchema(): array
130
+    {
131
+        return ['image', 'url'];
132
+    }
133
+
134
+
135
+    /**
136
+     * @inheritdoc
137
+     */
138
+    public function defineRules(): array
139
+    {
140
+        $rules = parent::defineRules();
141
+            $rules = array_merge($rules, [
142
+                [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
143
+                [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
144
+                [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
145
+            ]);
146
+
147
+            return $rules;
148
+    }
149 149
 }
Please login to merge, or discard this patch.
src/models/jsonld/LifestyleModification.php 1 patch
Indentation   +134 added lines, -134 removed lines patch added patch discarded remove patch
@@ -24,138 +24,138 @@
 block discarded – undo
24 24
  */
25 25
 class LifestyleModification extends MetaJsonLd implements LifestyleModificationInterface, MedicalEntityInterface, ThingInterface
26 26
 {
27
-	use LifestyleModificationTrait;
28
-	use MedicalEntityTrait;
29
-	use ThingTrait;
30
-
31
-	/**
32
-	 * The Schema.org Type Name
33
-	 *
34
-	 * @var string
35
-	 */
36
-	public static $schemaTypeName = 'LifestyleModification';
37
-
38
-	/**
39
-	 * The Schema.org Type Scope
40
-	 *
41
-	 * @var string
42
-	 */
43
-	public static $schemaTypeScope = 'https://schema.org/LifestyleModification';
44
-
45
-	/**
46
-	 * The Schema.org Type Extends
47
-	 *
48
-	 * @var string
49
-	 */
50
-	public static $schemaTypeExtends = 'MedicalEntity';
51
-
52
-	/**
53
-	 * The Schema.org Type Description
54
-	 *
55
-	 * @var string
56
-	 */
57
-	public static $schemaTypeDescription = 'A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.';
58
-
59
-
60
-	/**
61
-	 * @inheritdoc
62
-	 */
63
-	public function getSchemaPropertyNames(): array
64
-	{
65
-		return array_keys($this->getSchemaPropertyExpectedTypes());
66
-	}
67
-
68
-
69
-	/**
70
-	 * @inheritdoc
71
-	 */
72
-	public function getSchemaPropertyExpectedTypes(): array
73
-	{
74
-		return [
75
-		    'additionalType' => ['URL'],
76
-		    'alternateName' => ['Text'],
77
-		    'code' => ['MedicalCode'],
78
-		    'description' => ['Text'],
79
-		    'disambiguatingDescription' => ['Text'],
80
-		    'funding' => ['Grant'],
81
-		    'guideline' => ['MedicalGuideline'],
82
-		    'identifier' => ['PropertyValue', 'URL', 'Text'],
83
-		    'image' => ['URL', 'ImageObject'],
84
-		    'legalStatus' => ['Text', 'DrugLegalStatus', 'MedicalEnumeration'],
85
-		    'mainEntityOfPage' => ['URL', 'CreativeWork'],
86
-		    'medicineSystem' => ['MedicineSystem'],
87
-		    'name' => ['Text'],
88
-		    'potentialAction' => ['Action'],
89
-		    'recognizingAuthority' => ['Organization'],
90
-		    'relevantSpecialty' => ['MedicalSpecialty'],
91
-		    'sameAs' => ['URL'],
92
-		    'study' => ['MedicalStudy'],
93
-		    'subjectOf' => ['Event', 'CreativeWork'],
94
-		    'url' => ['URL']
95
-		];
96
-	}
97
-
98
-
99
-	/**
100
-	 * @inheritdoc
101
-	 */
102
-	public function getSchemaPropertyDescriptions(): array
103
-	{
104
-		return [
105
-		    'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
106
-		    'alternateName' => 'An alias for the item.',
107
-		    'code' => 'A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.',
108
-		    'description' => 'A description of the item.',
109
-		    'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
110
-		    'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
111
-		    'guideline' => 'A medical guideline related to this entity.',
112
-		    'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
113
-		    'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
114
-		    'legalStatus' => 'The drug or supplement\'s legal status, including any controlled substance schedules that apply.',
115
-		    'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
116
-		    'medicineSystem' => 'The system of medicine that includes this MedicalEntity, for example \'evidence-based\', \'homeopathic\', \'chiropractic\', etc.',
117
-		    'name' => 'The name of the item.',
118
-		    'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
119
-		    'recognizingAuthority' => 'If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.',
120
-		    'relevantSpecialty' => 'If applicable, a medical specialty in which this entity is relevant.',
121
-		    'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
122
-		    'study' => 'A medical study or trial related to this entity.',
123
-		    'subjectOf' => 'A CreativeWork or Event about this Thing.',
124
-		    'url' => 'URL of the item.'
125
-		];
126
-	}
127
-
128
-
129
-	/**
130
-	 * @inheritdoc
131
-	 */
132
-	public function getGoogleRequiredSchema(): array
133
-	{
134
-		return ['description', 'name'];
135
-	}
136
-
137
-
138
-	/**
139
-	 * @inheritdoc
140
-	 */
141
-	public function getGoogleRecommendedSchema(): array
142
-	{
143
-		return ['image', 'url'];
144
-	}
145
-
146
-
147
-	/**
148
-	 * @inheritdoc
149
-	 */
150
-	public function defineRules(): array
151
-	{
152
-		$rules = parent::defineRules();
153
-		    $rules = array_merge($rules, [
154
-		        [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
155
-		        [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
156
-		        [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
157
-		    ]);
158
-
159
-		    return $rules;
160
-	}
27
+    use LifestyleModificationTrait;
28
+    use MedicalEntityTrait;
29
+    use ThingTrait;
30
+
31
+    /**
32
+     * The Schema.org Type Name
33
+     *
34
+     * @var string
35
+     */
36
+    public static $schemaTypeName = 'LifestyleModification';
37
+
38
+    /**
39
+     * The Schema.org Type Scope
40
+     *
41
+     * @var string
42
+     */
43
+    public static $schemaTypeScope = 'https://schema.org/LifestyleModification';
44
+
45
+    /**
46
+     * The Schema.org Type Extends
47
+     *
48
+     * @var string
49
+     */
50
+    public static $schemaTypeExtends = 'MedicalEntity';
51
+
52
+    /**
53
+     * The Schema.org Type Description
54
+     *
55
+     * @var string
56
+     */
57
+    public static $schemaTypeDescription = 'A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.';
58
+
59
+
60
+    /**
61
+     * @inheritdoc
62
+     */
63
+    public function getSchemaPropertyNames(): array
64
+    {
65
+        return array_keys($this->getSchemaPropertyExpectedTypes());
66
+    }
67
+
68
+
69
+    /**
70
+     * @inheritdoc
71
+     */
72
+    public function getSchemaPropertyExpectedTypes(): array
73
+    {
74
+        return [
75
+            'additionalType' => ['URL'],
76
+            'alternateName' => ['Text'],
77
+            'code' => ['MedicalCode'],
78
+            'description' => ['Text'],
79
+            'disambiguatingDescription' => ['Text'],
80
+            'funding' => ['Grant'],
81
+            'guideline' => ['MedicalGuideline'],
82
+            'identifier' => ['PropertyValue', 'URL', 'Text'],
83
+            'image' => ['URL', 'ImageObject'],
84
+            'legalStatus' => ['Text', 'DrugLegalStatus', 'MedicalEnumeration'],
85
+            'mainEntityOfPage' => ['URL', 'CreativeWork'],
86
+            'medicineSystem' => ['MedicineSystem'],
87
+            'name' => ['Text'],
88
+            'potentialAction' => ['Action'],
89
+            'recognizingAuthority' => ['Organization'],
90
+            'relevantSpecialty' => ['MedicalSpecialty'],
91
+            'sameAs' => ['URL'],
92
+            'study' => ['MedicalStudy'],
93
+            'subjectOf' => ['Event', 'CreativeWork'],
94
+            'url' => ['URL']
95
+        ];
96
+    }
97
+
98
+
99
+    /**
100
+     * @inheritdoc
101
+     */
102
+    public function getSchemaPropertyDescriptions(): array
103
+    {
104
+        return [
105
+            'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
106
+            'alternateName' => 'An alias for the item.',
107
+            'code' => 'A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.',
108
+            'description' => 'A description of the item.',
109
+            'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
110
+            'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
111
+            'guideline' => 'A medical guideline related to this entity.',
112
+            'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
113
+            'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
114
+            'legalStatus' => 'The drug or supplement\'s legal status, including any controlled substance schedules that apply.',
115
+            'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
116
+            'medicineSystem' => 'The system of medicine that includes this MedicalEntity, for example \'evidence-based\', \'homeopathic\', \'chiropractic\', etc.',
117
+            'name' => 'The name of the item.',
118
+            'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
119
+            'recognizingAuthority' => 'If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.',
120
+            'relevantSpecialty' => 'If applicable, a medical specialty in which this entity is relevant.',
121
+            'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
122
+            'study' => 'A medical study or trial related to this entity.',
123
+            'subjectOf' => 'A CreativeWork or Event about this Thing.',
124
+            'url' => 'URL of the item.'
125
+        ];
126
+    }
127
+
128
+
129
+    /**
130
+     * @inheritdoc
131
+     */
132
+    public function getGoogleRequiredSchema(): array
133
+    {
134
+        return ['description', 'name'];
135
+    }
136
+
137
+
138
+    /**
139
+     * @inheritdoc
140
+     */
141
+    public function getGoogleRecommendedSchema(): array
142
+    {
143
+        return ['image', 'url'];
144
+    }
145
+
146
+
147
+    /**
148
+     * @inheritdoc
149
+     */
150
+    public function defineRules(): array
151
+    {
152
+        $rules = parent::defineRules();
153
+            $rules = array_merge($rules, [
154
+                [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
155
+                [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
156
+                [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
157
+            ]);
158
+
159
+            return $rules;
160
+    }
161 161
 }
Please login to merge, or discard this patch.
src/models/jsonld/CorrectionComment.php 1 patch
Indentation   +332 added lines, -332 removed lines patch added patch discarded remove patch
@@ -23,353 +23,353 @@
 block discarded – undo
23 23
  */
24 24
 class CorrectionComment extends MetaJsonLd implements CorrectionCommentInterface, CommentInterface, CreativeWorkInterface, ThingInterface
25 25
 {
26
-	use CorrectionCommentTrait;
27
-	use CommentTrait;
28
-	use CreativeWorkTrait;
29
-	use ThingTrait;
26
+    use CorrectionCommentTrait;
27
+    use CommentTrait;
28
+    use CreativeWorkTrait;
29
+    use ThingTrait;
30 30
 
31
-	/**
32
-	 * The Schema.org Type Name
33
-	 *
34
-	 * @var string
35
-	 */
36
-	public static $schemaTypeName = 'CorrectionComment';
31
+    /**
32
+     * The Schema.org Type Name
33
+     *
34
+     * @var string
35
+     */
36
+    public static $schemaTypeName = 'CorrectionComment';
37 37
 
38
-	/**
39
-	 * The Schema.org Type Scope
40
-	 *
41
-	 * @var string
42
-	 */
43
-	public static $schemaTypeScope = 'https://schema.org/CorrectionComment';
38
+    /**
39
+     * The Schema.org Type Scope
40
+     *
41
+     * @var string
42
+     */
43
+    public static $schemaTypeScope = 'https://schema.org/CorrectionComment';
44 44
 
45
-	/**
46
-	 * The Schema.org Type Extends
47
-	 *
48
-	 * @var string
49
-	 */
50
-	public static $schemaTypeExtends = 'Comment';
45
+    /**
46
+     * The Schema.org Type Extends
47
+     *
48
+     * @var string
49
+     */
50
+    public static $schemaTypeExtends = 'Comment';
51 51
 
52
-	/**
53
-	 * The Schema.org Type Description
54
-	 *
55
-	 * @var string
56
-	 */
57
-	public static $schemaTypeDescription = 'A [[comment]] that corrects [[CreativeWork]].';
52
+    /**
53
+     * The Schema.org Type Description
54
+     *
55
+     * @var string
56
+     */
57
+    public static $schemaTypeDescription = 'A [[comment]] that corrects [[CreativeWork]].';
58 58
 
59 59
 
60
-	/**
61
-	 * @inheritdoc
62
-	 */
63
-	public function getSchemaPropertyNames(): array
64
-	{
65
-		return array_keys($this->getSchemaPropertyExpectedTypes());
66
-	}
60
+    /**
61
+     * @inheritdoc
62
+     */
63
+    public function getSchemaPropertyNames(): array
64
+    {
65
+        return array_keys($this->getSchemaPropertyExpectedTypes());
66
+    }
67 67
 
68 68
 
69
-	/**
70
-	 * @inheritdoc
71
-	 */
72
-	public function getSchemaPropertyExpectedTypes(): array
73
-	{
74
-		return [
75
-		    'about' => ['Thing'],
76
-		    'abstract' => ['Text'],
77
-		    'accessMode' => ['Text'],
78
-		    'accessModeSufficient' => ['ItemList'],
79
-		    'accessibilityAPI' => ['Text'],
80
-		    'accessibilityControl' => ['Text'],
81
-		    'accessibilityFeature' => ['Text'],
82
-		    'accessibilityHazard' => ['Text'],
83
-		    'accessibilitySummary' => ['Text'],
84
-		    'accountablePerson' => ['Person'],
85
-		    'acquireLicensePage' => ['CreativeWork', 'URL'],
86
-		    'additionalType' => ['URL'],
87
-		    'aggregateRating' => ['AggregateRating'],
88
-		    'alternateName' => ['Text'],
89
-		    'alternativeHeadline' => ['Text'],
90
-		    'archivedAt' => ['WebPage', 'URL'],
91
-		    'assesses' => ['DefinedTerm', 'Text'],
92
-		    'associatedMedia' => ['MediaObject'],
93
-		    'audience' => ['Audience'],
94
-		    'audio' => ['MusicRecording', 'AudioObject', 'Clip'],
95
-		    'author' => ['Organization', 'Person'],
96
-		    'award' => ['Text'],
97
-		    'awards' => ['Text'],
98
-		    'character' => ['Person'],
99
-		    'citation' => ['CreativeWork', 'Text'],
100
-		    'comment' => ['Comment'],
101
-		    'commentCount' => ['Integer'],
102
-		    'conditionsOfAccess' => ['Text'],
103
-		    'contentLocation' => ['Place'],
104
-		    'contentRating' => ['Text', 'Rating'],
105
-		    'contentReferenceTime' => ['DateTime'],
106
-		    'contributor' => ['Organization', 'Person'],
107
-		    'copyrightHolder' => ['Organization', 'Person'],
108
-		    'copyrightNotice' => ['Text'],
109
-		    'copyrightYear' => ['Number'],
110
-		    'correction' => ['URL', 'Text', 'CorrectionComment'],
111
-		    'countryOfOrigin' => ['Country'],
112
-		    'creativeWorkStatus' => ['DefinedTerm', 'Text'],
113
-		    'creator' => ['Person', 'Organization'],
114
-		    'creditText' => ['Text'],
115
-		    'dateCreated' => ['DateTime', 'Date'],
116
-		    'dateModified' => ['DateTime', 'Date'],
117
-		    'datePublished' => ['DateTime', 'Date'],
118
-		    'description' => ['Text'],
119
-		    'disambiguatingDescription' => ['Text'],
120
-		    'discussionUrl' => ['URL'],
121
-		    'downvoteCount' => ['Integer'],
122
-		    'editEIDR' => ['URL', 'Text'],
123
-		    'editor' => ['Person'],
124
-		    'educationalAlignment' => ['AlignmentObject'],
125
-		    'educationalLevel' => ['Text', 'URL', 'DefinedTerm'],
126
-		    'educationalUse' => ['DefinedTerm', 'Text'],
127
-		    'encoding' => ['MediaObject'],
128
-		    'encodingFormat' => ['URL', 'Text'],
129
-		    'encodings' => ['MediaObject'],
130
-		    'exampleOfWork' => ['CreativeWork'],
131
-		    'expires' => ['Date', 'DateTime'],
132
-		    'fileFormat' => ['Text', 'URL'],
133
-		    'funder' => ['Organization', 'Person'],
134
-		    'funding' => ['Grant'],
135
-		    'genre' => ['Text', 'URL'],
136
-		    'hasPart' => ['CreativeWork'],
137
-		    'headline' => ['Text'],
138
-		    'identifier' => ['PropertyValue', 'URL', 'Text'],
139
-		    'image' => ['URL', 'ImageObject'],
140
-		    'inLanguage' => ['Text', 'Language'],
141
-		    'interactionStatistic' => ['InteractionCounter'],
142
-		    'interactivityType' => ['Text'],
143
-		    'interpretedAsClaim' => ['Claim'],
144
-		    'isAccessibleForFree' => ['Boolean'],
145
-		    'isBasedOn' => ['URL', 'Product', 'CreativeWork'],
146
-		    'isBasedOnUrl' => ['URL', 'Product', 'CreativeWork'],
147
-		    'isFamilyFriendly' => ['Boolean'],
148
-		    'isPartOf' => ['URL', 'CreativeWork'],
149
-		    'keywords' => ['URL', 'DefinedTerm', 'Text'],
150
-		    'learningResourceType' => ['DefinedTerm', 'Text'],
151
-		    'license' => ['URL', 'CreativeWork'],
152
-		    'locationCreated' => ['Place'],
153
-		    'mainEntity' => ['Thing'],
154
-		    'mainEntityOfPage' => ['URL', 'CreativeWork'],
155
-		    'maintainer' => ['Person', 'Organization'],
156
-		    'material' => ['Product', 'URL', 'Text'],
157
-		    'materialExtent' => ['QuantitativeValue', 'Text'],
158
-		    'mentions' => ['Thing'],
159
-		    'name' => ['Text'],
160
-		    'offers' => ['Demand', 'Offer'],
161
-		    'parentItem' => ['Comment'],
162
-		    'pattern' => ['DefinedTerm', 'Text'],
163
-		    'position' => ['Text', 'Integer'],
164
-		    'potentialAction' => ['Action'],
165
-		    'producer' => ['Organization', 'Person'],
166
-		    'provider' => ['Organization', 'Person'],
167
-		    'publication' => ['PublicationEvent'],
168
-		    'publisher' => ['Organization', 'Person'],
169
-		    'publisherImprint' => ['Organization'],
170
-		    'publishingPrinciples' => ['CreativeWork', 'URL'],
171
-		    'recordedAt' => ['Event'],
172
-		    'releasedEvent' => ['PublicationEvent'],
173
-		    'review' => ['Review'],
174
-		    'reviews' => ['Review'],
175
-		    'sameAs' => ['URL'],
176
-		    'schemaVersion' => ['URL', 'Text'],
177
-		    'sdDatePublished' => ['Date'],
178
-		    'sdLicense' => ['CreativeWork', 'URL'],
179
-		    'sdPublisher' => ['Organization', 'Person'],
180
-		    'size' => ['DefinedTerm', 'QuantitativeValue', 'Text', 'SizeSpecification'],
181
-		    'sourceOrganization' => ['Organization'],
182
-		    'spatial' => ['Place'],
183
-		    'spatialCoverage' => ['Place'],
184
-		    'sponsor' => ['Organization', 'Person'],
185
-		    'subjectOf' => ['Event', 'CreativeWork'],
186
-		    'teaches' => ['DefinedTerm', 'Text'],
187
-		    'temporal' => ['DateTime', 'Text'],
188
-		    'temporalCoverage' => ['URL', 'Text', 'DateTime'],
189
-		    'text' => ['Text'],
190
-		    'thumbnailUrl' => ['URL'],
191
-		    'timeRequired' => ['Duration'],
192
-		    'translationOfWork' => ['CreativeWork'],
193
-		    'translator' => ['Organization', 'Person'],
194
-		    'typicalAgeRange' => ['Text'],
195
-		    'upvoteCount' => ['Integer'],
196
-		    'url' => ['URL'],
197
-		    'usageInfo' => ['URL', 'CreativeWork'],
198
-		    'version' => ['Number', 'Text'],
199
-		    'video' => ['VideoObject', 'Clip'],
200
-		    'workExample' => ['CreativeWork'],
201
-		    'workTranslation' => ['CreativeWork']
202
-		];
203
-	}
69
+    /**
70
+     * @inheritdoc
71
+     */
72
+    public function getSchemaPropertyExpectedTypes(): array
73
+    {
74
+        return [
75
+            'about' => ['Thing'],
76
+            'abstract' => ['Text'],
77
+            'accessMode' => ['Text'],
78
+            'accessModeSufficient' => ['ItemList'],
79
+            'accessibilityAPI' => ['Text'],
80
+            'accessibilityControl' => ['Text'],
81
+            'accessibilityFeature' => ['Text'],
82
+            'accessibilityHazard' => ['Text'],
83
+            'accessibilitySummary' => ['Text'],
84
+            'accountablePerson' => ['Person'],
85
+            'acquireLicensePage' => ['CreativeWork', 'URL'],
86
+            'additionalType' => ['URL'],
87
+            'aggregateRating' => ['AggregateRating'],
88
+            'alternateName' => ['Text'],
89
+            'alternativeHeadline' => ['Text'],
90
+            'archivedAt' => ['WebPage', 'URL'],
91
+            'assesses' => ['DefinedTerm', 'Text'],
92
+            'associatedMedia' => ['MediaObject'],
93
+            'audience' => ['Audience'],
94
+            'audio' => ['MusicRecording', 'AudioObject', 'Clip'],
95
+            'author' => ['Organization', 'Person'],
96
+            'award' => ['Text'],
97
+            'awards' => ['Text'],
98
+            'character' => ['Person'],
99
+            'citation' => ['CreativeWork', 'Text'],
100
+            'comment' => ['Comment'],
101
+            'commentCount' => ['Integer'],
102
+            'conditionsOfAccess' => ['Text'],
103
+            'contentLocation' => ['Place'],
104
+            'contentRating' => ['Text', 'Rating'],
105
+            'contentReferenceTime' => ['DateTime'],
106
+            'contributor' => ['Organization', 'Person'],
107
+            'copyrightHolder' => ['Organization', 'Person'],
108
+            'copyrightNotice' => ['Text'],
109
+            'copyrightYear' => ['Number'],
110
+            'correction' => ['URL', 'Text', 'CorrectionComment'],
111
+            'countryOfOrigin' => ['Country'],
112
+            'creativeWorkStatus' => ['DefinedTerm', 'Text'],
113
+            'creator' => ['Person', 'Organization'],
114
+            'creditText' => ['Text'],
115
+            'dateCreated' => ['DateTime', 'Date'],
116
+            'dateModified' => ['DateTime', 'Date'],
117
+            'datePublished' => ['DateTime', 'Date'],
118
+            'description' => ['Text'],
119
+            'disambiguatingDescription' => ['Text'],
120
+            'discussionUrl' => ['URL'],
121
+            'downvoteCount' => ['Integer'],
122
+            'editEIDR' => ['URL', 'Text'],
123
+            'editor' => ['Person'],
124
+            'educationalAlignment' => ['AlignmentObject'],
125
+            'educationalLevel' => ['Text', 'URL', 'DefinedTerm'],
126
+            'educationalUse' => ['DefinedTerm', 'Text'],
127
+            'encoding' => ['MediaObject'],
128
+            'encodingFormat' => ['URL', 'Text'],
129
+            'encodings' => ['MediaObject'],
130
+            'exampleOfWork' => ['CreativeWork'],
131
+            'expires' => ['Date', 'DateTime'],
132
+            'fileFormat' => ['Text', 'URL'],
133
+            'funder' => ['Organization', 'Person'],
134
+            'funding' => ['Grant'],
135
+            'genre' => ['Text', 'URL'],
136
+            'hasPart' => ['CreativeWork'],
137
+            'headline' => ['Text'],
138
+            'identifier' => ['PropertyValue', 'URL', 'Text'],
139
+            'image' => ['URL', 'ImageObject'],
140
+            'inLanguage' => ['Text', 'Language'],
141
+            'interactionStatistic' => ['InteractionCounter'],
142
+            'interactivityType' => ['Text'],
143
+            'interpretedAsClaim' => ['Claim'],
144
+            'isAccessibleForFree' => ['Boolean'],
145
+            'isBasedOn' => ['URL', 'Product', 'CreativeWork'],
146
+            'isBasedOnUrl' => ['URL', 'Product', 'CreativeWork'],
147
+            'isFamilyFriendly' => ['Boolean'],
148
+            'isPartOf' => ['URL', 'CreativeWork'],
149
+            'keywords' => ['URL', 'DefinedTerm', 'Text'],
150
+            'learningResourceType' => ['DefinedTerm', 'Text'],
151
+            'license' => ['URL', 'CreativeWork'],
152
+            'locationCreated' => ['Place'],
153
+            'mainEntity' => ['Thing'],
154
+            'mainEntityOfPage' => ['URL', 'CreativeWork'],
155
+            'maintainer' => ['Person', 'Organization'],
156
+            'material' => ['Product', 'URL', 'Text'],
157
+            'materialExtent' => ['QuantitativeValue', 'Text'],
158
+            'mentions' => ['Thing'],
159
+            'name' => ['Text'],
160
+            'offers' => ['Demand', 'Offer'],
161
+            'parentItem' => ['Comment'],
162
+            'pattern' => ['DefinedTerm', 'Text'],
163
+            'position' => ['Text', 'Integer'],
164
+            'potentialAction' => ['Action'],
165
+            'producer' => ['Organization', 'Person'],
166
+            'provider' => ['Organization', 'Person'],
167
+            'publication' => ['PublicationEvent'],
168
+            'publisher' => ['Organization', 'Person'],
169
+            'publisherImprint' => ['Organization'],
170
+            'publishingPrinciples' => ['CreativeWork', 'URL'],
171
+            'recordedAt' => ['Event'],
172
+            'releasedEvent' => ['PublicationEvent'],
173
+            'review' => ['Review'],
174
+            'reviews' => ['Review'],
175
+            'sameAs' => ['URL'],
176
+            'schemaVersion' => ['URL', 'Text'],
177
+            'sdDatePublished' => ['Date'],
178
+            'sdLicense' => ['CreativeWork', 'URL'],
179
+            'sdPublisher' => ['Organization', 'Person'],
180
+            'size' => ['DefinedTerm', 'QuantitativeValue', 'Text', 'SizeSpecification'],
181
+            'sourceOrganization' => ['Organization'],
182
+            'spatial' => ['Place'],
183
+            'spatialCoverage' => ['Place'],
184
+            'sponsor' => ['Organization', 'Person'],
185
+            'subjectOf' => ['Event', 'CreativeWork'],
186
+            'teaches' => ['DefinedTerm', 'Text'],
187
+            'temporal' => ['DateTime', 'Text'],
188
+            'temporalCoverage' => ['URL', 'Text', 'DateTime'],
189
+            'text' => ['Text'],
190
+            'thumbnailUrl' => ['URL'],
191
+            'timeRequired' => ['Duration'],
192
+            'translationOfWork' => ['CreativeWork'],
193
+            'translator' => ['Organization', 'Person'],
194
+            'typicalAgeRange' => ['Text'],
195
+            'upvoteCount' => ['Integer'],
196
+            'url' => ['URL'],
197
+            'usageInfo' => ['URL', 'CreativeWork'],
198
+            'version' => ['Number', 'Text'],
199
+            'video' => ['VideoObject', 'Clip'],
200
+            'workExample' => ['CreativeWork'],
201
+            'workTranslation' => ['CreativeWork']
202
+        ];
203
+    }
204 204
 
205 205
 
206
-	/**
207
-	 * @inheritdoc
208
-	 */
209
-	public function getSchemaPropertyDescriptions(): array
210
-	{
211
-		return [
212
-		    'about' => 'The subject matter of the content.',
213
-		    'abstract' => 'An abstract is a short description that summarizes a [[CreativeWork]].',
214
-		    'accessMode' => 'The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).',
215
-		    'accessModeSufficient' => 'A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).',
216
-		    'accessibilityAPI' => 'Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).',
217
-		    'accessibilityControl' => 'Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).',
218
-		    'accessibilityFeature' => 'Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).',
219
-		    'accessibilityHazard' => 'A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).',
220
-		    'accessibilitySummary' => 'A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."',
221
-		    'accountablePerson' => 'Specifies the Person that is legally accountable for the CreativeWork.',
222
-		    'acquireLicensePage' => 'Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.',
223
-		    'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
224
-		    'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.',
225
-		    'alternateName' => 'An alias for the item.',
226
-		    'alternativeHeadline' => 'A secondary title of the CreativeWork.',
227
-		    'archivedAt' => 'Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.',
228
-		    'assesses' => 'The item being described is intended to assess the competency or learning outcome defined by the referenced term.',
229
-		    'associatedMedia' => 'A media object that encodes this CreativeWork. This property is a synonym for encoding.',
230
-		    'audience' => 'An intended audience, i.e. a group for whom something was created.',
231
-		    'audio' => 'An embedded audio object.',
232
-		    'author' => 'The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.',
233
-		    'award' => 'An award won by or for this item.',
234
-		    'awards' => 'Awards won by or for this item.',
235
-		    'character' => 'Fictional person connected with a creative work.',
236
-		    'citation' => 'A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.',
237
-		    'comment' => 'Comments, typically from users.',
238
-		    'commentCount' => 'The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.',
239
-		    'conditionsOfAccess' => 'Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.  For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". ',
240
-		    'contentLocation' => 'The location depicted or described in the content. For example, the location in a photograph or painting.',
241
-		    'contentRating' => 'Official rating of a piece of content—for example, \'MPAA PG-13\'.',
242
-		    'contentReferenceTime' => 'The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.',
243
-		    'contributor' => 'A secondary contributor to the CreativeWork or Event.',
244
-		    'copyrightHolder' => 'The party holding the legal copyright to the CreativeWork.',
245
-		    'copyrightNotice' => 'Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.',
246
-		    'copyrightYear' => 'The year during which the claimed copyright for the CreativeWork was first asserted.',
247
-		    'correction' => 'Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.',
248
-		    'countryOfOrigin' => 'The country of origin of something, including products as well as creative  works such as movie and TV content.  In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.  In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.',
249
-		    'creativeWorkStatus' => 'The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.',
250
-		    'creator' => 'The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.',
251
-		    'creditText' => 'Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.',
252
-		    'dateCreated' => 'The date on which the CreativeWork was created or the item was added to a DataFeed.',
253
-		    'dateModified' => 'The date on which the CreativeWork was most recently modified or when the item\'s entry was modified within a DataFeed.',
254
-		    'datePublished' => 'Date of first broadcast/publication.',
255
-		    'description' => 'A description of the item.',
256
-		    'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
257
-		    'discussionUrl' => 'A link to the page containing the comments of the CreativeWork.',
258
-		    'downvoteCount' => 'The number of downvotes this question, answer or comment has received from the community.',
259
-		    'editEIDR' => 'An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.  For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".  Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. ',
260
-		    'editor' => 'Specifies the Person who edited the CreativeWork.',
261
-		    'educationalAlignment' => 'An alignment to an established educational framework.  This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.',
262
-		    'educationalLevel' => 'The level in terms of progression through an educational or training context. Examples of educational levels include \'beginner\', \'intermediate\' or \'advanced\', and formal sets of level indicators.',
263
-		    'educationalUse' => 'The purpose of a work in the context of education; for example, \'assignment\', \'group work\'.',
264
-		    'encoding' => 'A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.',
265
-		    'encodingFormat' => 'Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.  In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.  Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.',
266
-		    'encodings' => 'A media object that encodes this CreativeWork.',
267
-		    'exampleOfWork' => 'A creative work that this work is an example/instance/realization/derivation of.',
268
-		    'expires' => 'Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.',
269
-		    'fileFormat' => 'Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, \'encoding\' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.',
270
-		    'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.',
271
-		    'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
272
-		    'genre' => 'Genre of the creative work, broadcast channel or group.',
273
-		    'hasPart' => 'Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).',
274
-		    'headline' => 'Headline of the article.',
275
-		    'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
276
-		    'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
277
-		    'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].',
278
-		    'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.',
279
-		    'interactivityType' => 'The predominant mode of learning supported by the learning resource. Acceptable values are \'active\', \'expositive\', or \'mixed\'.',
280
-		    'interpretedAsClaim' => 'Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].',
281
-		    'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.',
282
-		    'isBasedOn' => 'A resource from which this work is derived or from which it is a modification or adaption.',
283
-		    'isBasedOnUrl' => 'A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.',
284
-		    'isFamilyFriendly' => 'Indicates whether this content is family friendly.',
285
-		    'isPartOf' => 'Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.',
286
-		    'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.',
287
-		    'learningResourceType' => 'The predominant type or kind characterizing the learning resource. For example, \'presentation\', \'handout\'.',
288
-		    'license' => 'A license document that applies to this content, typically indicated by URL.',
289
-		    'locationCreated' => 'The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.',
290
-		    'mainEntity' => 'Indicates the primary entity described in some page or other CreativeWork.',
291
-		    'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
292
-		    'maintainer' => 'A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always  possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.       ',
293
-		    'material' => 'A material that something is made from, e.g. leather, wool, cotton, paper.',
294
-		    'materialExtent' => 'The quantity of the materials being described or an expression of the physical space they occupy.',
295
-		    'mentions' => 'Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.',
296
-		    'name' => 'The name of the item.',
297
-		    'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.       ',
298
-		    'parentItem' => 'The parent of a question, answer or item in general.',
299
-		    'pattern' => 'A pattern that something has, for example \'polka dot\', \'striped\', \'Canadian flag\'. Values are typically expressed as text, although links to controlled value schemes are also supported.',
300
-		    'position' => 'The position of an item in a series or sequence of items.',
301
-		    'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
302
-		    'producer' => 'The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).',
303
-		    'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.',
304
-		    'publication' => 'A publication event associated with the item.',
305
-		    'publisher' => 'The publisher of the creative work.',
306
-		    'publisherImprint' => 'The publishing division which published the comic.',
307
-		    'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].  While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ',
308
-		    'recordedAt' => 'The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.',
309
-		    'releasedEvent' => 'The place and time the release was issued, expressed as a PublicationEvent.',
310
-		    'review' => 'A review of the item.',
311
-		    'reviews' => 'Review of the item.',
312
-		    'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
313
-		    'schemaVersion' => 'Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to     indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.',
314
-		    'sdDatePublished' => 'Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]',
315
-		    'sdLicense' => 'A license document that applies to this structured data, typically indicated by URL.',
316
-		    'sdPublisher' => 'Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit.',
317
-		    'size' => 'A standardized size of a product or creative work, specified either through a simple textual string (for example \'XL\', \'32Wx34L\'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ',
318
-		    'sourceOrganization' => 'The Organization on whose behalf the creator was working.',
319
-		    'spatial' => 'The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.',
320
-		    'spatialCoverage' => 'The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of       contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates       areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.',
321
-		    'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.',
322
-		    'subjectOf' => 'A CreativeWork or Event about this Thing.',
323
-		    'teaches' => 'The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.',
324
-		    'temporal' => 'The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.',
325
-		    'temporalCoverage' => 'The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In       the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.       Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".  Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.',
326
-		    'text' => 'The textual content of this CreativeWork.',
327
-		    'thumbnailUrl' => 'A thumbnail image relevant to the Thing.',
328
-		    'timeRequired' => 'Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. \'PT30M\', \'PT1H25M\'.',
329
-		    'translationOfWork' => 'The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.',
330
-		    'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.',
331
-		    'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.',
332
-		    'upvoteCount' => 'The number of upvotes this question, answer or comment has received from the community.',
333
-		    'url' => 'URL of the item.',
334
-		    'usageInfo' => 'The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.  This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.',
335
-		    'version' => 'The version of the CreativeWork embodied by a specified resource.',
336
-		    'video' => 'An embedded video object.',
337
-		    'workExample' => 'Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.',
338
-		    'workTranslation' => 'A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese  translation Tây du ký bình khảo.'
339
-		];
340
-	}
206
+    /**
207
+     * @inheritdoc
208
+     */
209
+    public function getSchemaPropertyDescriptions(): array
210
+    {
211
+        return [
212
+            'about' => 'The subject matter of the content.',
213
+            'abstract' => 'An abstract is a short description that summarizes a [[CreativeWork]].',
214
+            'accessMode' => 'The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary).',
215
+            'accessModeSufficient' => 'A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary).',
216
+            'accessibilityAPI' => 'Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary).',
217
+            'accessibilityControl' => 'Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary).',
218
+            'accessibilityFeature' => 'Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary).',
219
+            'accessibilityHazard' => 'A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary).',
220
+            'accessibilitySummary' => 'A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."',
221
+            'accountablePerson' => 'Specifies the Person that is legally accountable for the CreativeWork.',
222
+            'acquireLicensePage' => 'Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.',
223
+            'additionalType' => 'An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the \'typeof\' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.',
224
+            'aggregateRating' => 'The overall rating, based on a collection of reviews or ratings, of the item.',
225
+            'alternateName' => 'An alias for the item.',
226
+            'alternativeHeadline' => 'A secondary title of the CreativeWork.',
227
+            'archivedAt' => 'Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.',
228
+            'assesses' => 'The item being described is intended to assess the competency or learning outcome defined by the referenced term.',
229
+            'associatedMedia' => 'A media object that encodes this CreativeWork. This property is a synonym for encoding.',
230
+            'audience' => 'An intended audience, i.e. a group for whom something was created.',
231
+            'audio' => 'An embedded audio object.',
232
+            'author' => 'The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.',
233
+            'award' => 'An award won by or for this item.',
234
+            'awards' => 'Awards won by or for this item.',
235
+            'character' => 'Fictional person connected with a creative work.',
236
+            'citation' => 'A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.',
237
+            'comment' => 'Comments, typically from users.',
238
+            'commentCount' => 'The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.',
239
+            'conditionsOfAccess' => 'Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.  For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ". ',
240
+            'contentLocation' => 'The location depicted or described in the content. For example, the location in a photograph or painting.',
241
+            'contentRating' => 'Official rating of a piece of content—for example, \'MPAA PG-13\'.',
242
+            'contentReferenceTime' => 'The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.',
243
+            'contributor' => 'A secondary contributor to the CreativeWork or Event.',
244
+            'copyrightHolder' => 'The party holding the legal copyright to the CreativeWork.',
245
+            'copyrightNotice' => 'Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.',
246
+            'copyrightYear' => 'The year during which the claimed copyright for the CreativeWork was first asserted.',
247
+            'correction' => 'Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.',
248
+            'countryOfOrigin' => 'The country of origin of something, including products as well as creative  works such as movie and TV content.  In the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.  In the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here.',
249
+            'creativeWorkStatus' => 'The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.',
250
+            'creator' => 'The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.',
251
+            'creditText' => 'Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.',
252
+            'dateCreated' => 'The date on which the CreativeWork was created or the item was added to a DataFeed.',
253
+            'dateModified' => 'The date on which the CreativeWork was most recently modified or when the item\'s entry was modified within a DataFeed.',
254
+            'datePublished' => 'Date of first broadcast/publication.',
255
+            'description' => 'A description of the item.',
256
+            'disambiguatingDescription' => 'A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.',
257
+            'discussionUrl' => 'A link to the page containing the comments of the CreativeWork.',
258
+            'downvoteCount' => 'The number of downvotes this question, answer or comment has received from the community.',
259
+            'editEIDR' => 'An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.  For example, the motion picture known as "Ghostbusters" whose [[titleEIDR]] is "10.5240/7EC7-228A-510A-053E-CBB8-J" has several edits, e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".  Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description. ',
260
+            'editor' => 'Specifies the Person who edited the CreativeWork.',
261
+            'educationalAlignment' => 'An alignment to an established educational framework.  This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.',
262
+            'educationalLevel' => 'The level in terms of progression through an educational or training context. Examples of educational levels include \'beginner\', \'intermediate\' or \'advanced\', and formal sets of level indicators.',
263
+            'educationalUse' => 'The purpose of a work in the context of education; for example, \'assignment\', \'group work\'.',
264
+            'encoding' => 'A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.',
265
+            'encodingFormat' => 'Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.  In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.  Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.',
266
+            'encodings' => 'A media object that encodes this CreativeWork.',
267
+            'exampleOfWork' => 'A creative work that this work is an example/instance/realization/derivation of.',
268
+            'expires' => 'Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.',
269
+            'fileFormat' => 'Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, \'encoding\' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.',
270
+            'funder' => 'A person or organization that supports (sponsors) something through some kind of financial contribution.',
271
+            'funding' => 'A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]].',
272
+            'genre' => 'Genre of the creative work, broadcast channel or group.',
273
+            'hasPart' => 'Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).',
274
+            'headline' => 'Headline of the article.',
275
+            'identifier' => 'The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.         ',
276
+            'image' => 'An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].',
277
+            'inLanguage' => 'The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].',
278
+            'interactionStatistic' => 'The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.',
279
+            'interactivityType' => 'The predominant mode of learning supported by the learning resource. Acceptable values are \'active\', \'expositive\', or \'mixed\'.',
280
+            'interpretedAsClaim' => 'Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].',
281
+            'isAccessibleForFree' => 'A flag to signal that the item, event, or place is accessible for free.',
282
+            'isBasedOn' => 'A resource from which this work is derived or from which it is a modification or adaption.',
283
+            'isBasedOnUrl' => 'A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.',
284
+            'isFamilyFriendly' => 'Indicates whether this content is family friendly.',
285
+            'isPartOf' => 'Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.',
286
+            'keywords' => 'Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.',
287
+            'learningResourceType' => 'The predominant type or kind characterizing the learning resource. For example, \'presentation\', \'handout\'.',
288
+            'license' => 'A license document that applies to this content, typically indicated by URL.',
289
+            'locationCreated' => 'The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.',
290
+            'mainEntity' => 'Indicates the primary entity described in some page or other CreativeWork.',
291
+            'mainEntityOfPage' => 'Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.',
292
+            'maintainer' => 'A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on "upstream" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always  possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.       ',
293
+            'material' => 'A material that something is made from, e.g. leather, wool, cotton, paper.',
294
+            'materialExtent' => 'The quantity of the materials being described or an expression of the physical space they occupy.',
295
+            'mentions' => 'Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.',
296
+            'name' => 'The name of the item.',
297
+            'offers' => 'An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.       ',
298
+            'parentItem' => 'The parent of a question, answer or item in general.',
299
+            'pattern' => 'A pattern that something has, for example \'polka dot\', \'striped\', \'Canadian flag\'. Values are typically expressed as text, although links to controlled value schemes are also supported.',
300
+            'position' => 'The position of an item in a series or sequence of items.',
301
+            'potentialAction' => 'Indicates a potential Action, which describes an idealized action in which this thing would play an \'object\' role.',
302
+            'producer' => 'The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.).',
303
+            'provider' => 'The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.',
304
+            'publication' => 'A publication event associated with the item.',
305
+            'publisher' => 'The publisher of the creative work.',
306
+            'publisherImprint' => 'The publishing division which published the comic.',
307
+            'publishingPrinciples' => 'The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].  While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology. ',
308
+            'recordedAt' => 'The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.',
309
+            'releasedEvent' => 'The place and time the release was issued, expressed as a PublicationEvent.',
310
+            'review' => 'A review of the item.',
311
+            'reviews' => 'Review of the item.',
312
+            'sameAs' => 'URL of a reference Web page that unambiguously indicates the item\'s identity. E.g. the URL of the item\'s Wikipedia page, Wikidata entry, or official website.',
313
+            'schemaVersion' => 'Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to     indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.',
314
+            'sdDatePublished' => 'Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]',
315
+            'sdLicense' => 'A license document that applies to this structured data, typically indicated by URL.',
316
+            'sdPublisher' => 'Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The [[sdPublisher]] property helps make such practices more explicit.',
317
+            'size' => 'A standardized size of a product or creative work, specified either through a simple textual string (for example \'XL\', \'32Wx34L\'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ',
318
+            'sourceOrganization' => 'The Organization on whose behalf the creator was working.',
319
+            'spatial' => 'The "spatial" property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.',
320
+            'spatialCoverage' => 'The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of       contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates       areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.',
321
+            'sponsor' => 'A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.',
322
+            'subjectOf' => 'A CreativeWork or Event about this Thing.',
323
+            'teaches' => 'The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.',
324
+            'temporal' => 'The "temporal" property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.',
325
+            'temporalCoverage' => 'The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In       the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL.       Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".  Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.',
326
+            'text' => 'The textual content of this CreativeWork.',
327
+            'thumbnailUrl' => 'A thumbnail image relevant to the Thing.',
328
+            'timeRequired' => 'Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. \'PT30M\', \'PT1H25M\'.',
329
+            'translationOfWork' => 'The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”.',
330
+            'translator' => 'Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.',
331
+            'typicalAgeRange' => 'The typical expected age range, e.g. \'7-9\', \'11-\'.',
332
+            'upvoteCount' => 'The number of upvotes this question, answer or comment has received from the community.',
333
+            'url' => 'URL of the item.',
334
+            'usageInfo' => 'The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information, e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.  This property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.',
335
+            'version' => 'The version of the CreativeWork embodied by a specified resource.',
336
+            'video' => 'An embedded video object.',
337
+            'workExample' => 'Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.',
338
+            'workTranslation' => 'A work that is a translation of the content of this work. E.g. 西遊記 has an English workTranslation “Journey to the West”, a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese  translation Tây du ký bình khảo.'
339
+        ];
340
+    }
341 341
 
342 342
 
343
-	/**
344
-	 * @inheritdoc
345
-	 */
346
-	public function getGoogleRequiredSchema(): array
347
-	{
348
-		return ['description', 'name'];
349
-	}
343
+    /**
344
+     * @inheritdoc
345
+     */
346
+    public function getGoogleRequiredSchema(): array
347
+    {
348
+        return ['description', 'name'];
349
+    }
350 350
 
351 351
 
352
-	/**
353
-	 * @inheritdoc
354
-	 */
355
-	public function getGoogleRecommendedSchema(): array
356
-	{
357
-		return ['image', 'url'];
358
-	}
352
+    /**
353
+     * @inheritdoc
354
+     */
355
+    public function getGoogleRecommendedSchema(): array
356
+    {
357
+        return ['image', 'url'];
358
+    }
359 359
 
360 360
 
361
-	/**
362
-	 * @inheritdoc
363
-	 */
364
-	public function defineRules(): array
365
-	{
366
-		$rules = parent::defineRules();
367
-		    $rules = array_merge($rules, [
368
-		        [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
369
-		        [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
370
-		        [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
371
-		    ]);
361
+    /**
362
+     * @inheritdoc
363
+     */
364
+    public function defineRules(): array
365
+    {
366
+        $rules = parent::defineRules();
367
+            $rules = array_merge($rules, [
368
+                [$this->getSchemaPropertyNames(), 'validateJsonSchema'],
369
+                [$this->getGoogleRequiredSchema(), 'required', 'on' => ['google'], 'message' => 'This property is required by Google.'],
370
+                [$this->getGoogleRecommendedSchema(), 'required', 'on' => ['google'], 'message' => 'This property is recommended by Google.']
371
+            ]);
372 372
 
373
-		    return $rules;
374
-	}
373
+            return $rules;
374
+    }
375 375
 }
Please login to merge, or discard this patch.