diff --git a/resources/icarDailyMilkingAveragesResource.json b/resources/icarDailyMilkingAveragesResource.json index 8482375..2ac0bdf 100644 --- a/resources/icarDailyMilkingAveragesResource.json +++ b/resources/icarDailyMilkingAveragesResource.json @@ -18,10 +18,6 @@ "type": "string", "description": "Unique identifier in the source system for this event." }, - "location": { - "$ref": "../types/icarLocationIdentifierType.json", - "description": "Unique location scheme and identifier combination." - }, "animal": { "$ref": "../types/icarAnimalIdentifierType.json", "description": "Unique animal scheme and identifier combination." diff --git a/resources/icarDeviceResource.json b/resources/icarDeviceResource.json index 6e044e3..53c5165 100644 --- a/resources/icarDeviceResource.json +++ b/resources/icarDeviceResource.json @@ -24,10 +24,6 @@ "type": "string", "description": "Description of the device by the farmer." }, - "location": { - "$ref": "../types/icarLocationIdentifierType.json", - "description": "Unique location scheme and identifier combination." - }, "softwareVersion": { "type": "string", "description": "Version of the software installed on the device." diff --git a/resources/icarEventCoreResource.json b/resources/icarEventCoreResource.json index 4ebd300..75a3d8d 100644 --- a/resources/icarEventCoreResource.json +++ b/resources/icarEventCoreResource.json @@ -25,10 +25,6 @@ "$ref": "../types/icarDateTimeType.json", "description": "ISO8601 date and time. MUST contain time zone. UTC recommended." }, - "location": { - "$ref": "../types/icarLocationIdentifierType.json", - "description": "Unique location scheme and identifier combination." - }, "traitLabel": { "$ref": "../types/icarTraitLabelIdentifierType.json", "description": "If the event represents a formal trait, identifies the recording system and trait." diff --git a/resources/icarGestationResource.json b/resources/icarGestationResource.json index 97bc784..ae37fa1 100644 --- a/resources/icarGestationResource.json +++ b/resources/icarGestationResource.json @@ -22,10 +22,6 @@ "$ref": "../types/icarAnimalIdentifierType.json", "description": "Unique animal scheme and identifier combination." }, - "location": { - "$ref": "../types/icarLocationIdentifierType.json", - "description": "Unique location scheme and identifier combination." - }, "sireIdentifiers": { "type": "array", "items": { diff --git a/resources/icarLactationResource.json b/resources/icarLactationResource.json index 40158ad..1c56fb3 100644 --- a/resources/icarLactationResource.json +++ b/resources/icarLactationResource.json @@ -21,10 +21,6 @@ "$ref": "../types/icarAnimalIdentifierType.json", "description": "Unique animal scheme and identifier combination." }, - "location": { - "$ref": "../types/icarLocationIdentifierType.json", - "description": "Unique location scheme and identifier combination." - }, "beginDate": { "$ref": "../types/icarDateTimeType.json", "description": "The date of the beginning of the lactation." diff --git a/resources/icarLocationResource.json b/resources/icarLocationResource.json index 2ad2a1a..7efb56c 100644 --- a/resources/icarLocationResource.json +++ b/resources/icarLocationResource.json @@ -1,5 +1,5 @@ { - "description": "An location scheme / location id combinations.", + "description": "A location scheme / location id combination.", "allOf": [ { diff --git a/resources/icarResource.json b/resources/icarResource.json index 1f10561..01ea50d 100644 --- a/resources/icarResource.json +++ b/resources/icarResource.json @@ -15,6 +15,10 @@ "meta": { "$ref": "../types/icarMetaDataType.json", "description": "Meta-data for the resource. Mandatory if you wish to support synchronisation." + }, + "location": { + "$ref": "../types/icarLocationIdentifierType.json", + "description": "Unique location scheme and identifier combination." } } } \ No newline at end of file