From f405b86e30e7425ee7383d84ee946e2abf8fe586 Mon Sep 17 00:00:00 2001 From: rohitkumarbhagat Date: Mon, 28 Oct 2024 09:45:49 -0700 Subject: [PATCH] Add schema:GeoCoordinates to the rangeIncludes of location. PiperOrigin-RevId: 690648022 --- 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