From c9a5f65148f3fe83b804e78ce5a595772b7fba2d 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/schema.mcf b/core/schema.mcf index cfeec7058..60c1fd3a5 100644 --- a/core/schema.mcf +++ b/core/schema.mcf @@ -7778,7 +7778,7 @@ supersededBy: "parent" Node: location dcid: "location" typeOf: schema:Property -rangeIncludes: schema:PostalAddress +rangeIncludes: schema:PostalAddress, schema:GeoCoordinates domainIncludes: schema:Action, schema:Event name: "location"