Skip to content

Commit

Permalink
Add schema:GeoCoordinates to the rangeIncludes of location.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690542968
  • Loading branch information
rohitkumarbhagat authored and copybara-github committed Oct 28, 2024
1 parent 75ea1f1 commit cb32e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -7778,8 +7778,8 @@ supersededBy: "parent"
Node: location
dcid: "location"
typeOf: schema:Property
rangeIncludes: schema:PostalAddress
domainIncludes: schema:Action, schema:Event
rangeIncludes: schema:PostalAddress, schema:GeoCoordinates
domainIncludes: schema:Action, schema:Event, schema:Place
name: "location"

Node: UserDownloads
Expand Down

0 comments on commit cb32e08

Please sign in to comment.