The spec says externalPropertyFileReference.guid is required. There's no need for it if you have location since location tells you how to find the external file. guid suffices if the file is in inlineExternalProperties.
In short, the spec should require anyOf [ location, guid ].
The spec says
externalPropertyFileReference.guidis required. There's no need for it if you havelocationsincelocationtells you how to find the external file.guidsuffices if the file is ininlineExternalProperties.In short, the spec should require
anyOf[location,guid].