From 6fd357260a8fa92176b722a1c4cb75fdcfffc783 Mon Sep 17 00:00:00 2001 From: Teng Li <45770975+ms-teli@users.noreply.github.com> Date: Thu, 31 Mar 2022 17:04:58 -0700 Subject: [PATCH] Prefix data model with domain name explicitly. (#18505) --- .../stable/2018-01-01/HealthcareApis.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json b/specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json index 2938b3626523..f9c78b065c42 100644 --- a/specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json +++ b/specification/eventgrid/data-plane/Microsoft.HealthcareApis/stable/2018-01-01/HealthcareApis.json @@ -7,37 +7,37 @@ }, "paths": {}, "definitions": { - "FhirResourceCreatedEventData": { + "HealthcareFhirResourceCreatedEventData": { "description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceCreated event.", "allOf": [ { - "$ref": "#/definitions/FhirResourceEventBaseProperties" + "$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties" } ] }, - "FhirResourceUpdatedEventData": { + "HealthcareFhirResourceUpdatedEventData": { "description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceUpdated event.", "allOf": [ { - "$ref": "#/definitions/FhirResourceEventBaseProperties" + "$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties" } ] }, - "FhirResourceDeletedEventData": { + "HealthcareFhirResourceDeletedEventData": { "description": "Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceDeleted event.", "allOf": [ { - "$ref": "#/definitions/FhirResourceEventBaseProperties" + "$ref": "#/definitions/HealthcareFhirResourceEventBaseProperties" } ] }, - "FhirResourceEventBaseProperties": { + "HealthcareFhirResourceEventBaseProperties": { "description": "Schema of common properties of all FhirResource events", "type": "object", "properties": { "resourceType": { "description": "Type of HL7 FHIR resource.", - "$ref": "#/definitions/FhirResourceType" + "$ref": "#/definitions/HealthcareFhirResourceType" }, "resourceFhirAccount": { "description": "Domain name of FHIR account for this resource.", @@ -54,7 +54,7 @@ } } }, - "FhirResourceType": { + "HealthcareFhirResourceType": { "description": "Schema of FHIR resource type enumeration.", "type": "string", "enum": [ @@ -221,7 +221,7 @@ "VisionPrescription" ], "x-ms-enum": { - "name": "FhirResourceType", + "name": "HealthcareFhirResourceType", "modelAsString": true, "values": [ {