diff --git a/src/admin-api.json b/src/admin-api.json index 35b228bb9..16c235ce7 100644 --- a/src/admin-api.json +++ b/src/admin-api.json @@ -9290,7 +9290,7 @@ "format": "date-time" }, "platform": { - "$ref": "#/components/schemas/PlatformMetadata" + "$ref": "#/components/schemas/AudiencePlatformMetadata" }, "workspace": { "$ref": "#/components/schemas/workspace" @@ -9301,6 +9301,17 @@ } } }, + "AudiencePlatformMetadata": { + "type": "object", + "properties": { + "sandbox": { + "$ref": "#/components/schemas/Sandbox" + }, + "destinationId": { + "type": "string" + } + } + }, "CompositeSegmentRule": { "type": "object", "properties": { @@ -9320,14 +9331,6 @@ } } }, - "PlatformMetadata": { - "type": "object", - "properties": { - "sandbox": { - "$ref": "#/components/schemas/Sandbox" - } - } - }, "Sandbox": { "type": "object", "properties": { @@ -9967,6 +9970,14 @@ } } }, + "PlatformMetadata": { + "type": "object", + "properties": { + "sandbox": { + "$ref": "#/components/schemas/Sandbox" + } + } + }, "ReportSuites": { "type": "object", "properties": { @@ -11449,10 +11460,10 @@ "type": "string" } }, - "outlier": { + "duplicate": { "type": "boolean" }, - "duplicate": { + "outlier": { "type": "boolean" } }