Skip to content

Commit 1c3fbee

Browse files
CompoundPriceSpecification can have any PriceSpecification as child (#4619)
* CompoundPriceSpecification can have any PriceSpecification as child, added subtotal type * reverting enum change
1 parent a3df599 commit 1c3fbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/schema.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8176,7 +8176,7 @@ Note: for historical reasons, any textual label and formal code provided as a li
81768176
rdfs:comment "This property links to all [[UnitPriceSpecification]] nodes that apply in parallel for the [[CompoundPriceSpecification]] node." ;
81778177
:contributor <https://schema.org/docs/collab/GoodRelationsTerms> ;
81788178
:domainIncludes :CompoundPriceSpecification ;
8179-
:rangeIncludes :UnitPriceSpecification .
8179+
:rangeIncludes :PriceSpecification .
81808180
81818181
:priceCurrency a rdf:Property ;
81828182
rdfs:label "priceCurrency" ;

0 commit comments

Comments
 (0)