From aacdb380cbc3dec1ff08c927161479b245b29b3d Mon Sep 17 00:00:00 2001 From: rohitkumarbhagat Date: Mon, 28 Oct 2024 03:34:00 -0700 Subject: [PATCH] Add schema:GeoCoordinates to the rangeIncludes of location. PiperOrigin-RevId: 690542968 --- core/schema.mcf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/schema.mcf b/core/schema.mcf index cfeec7058..80e021c31 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -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