Entity Type Target (Correlation ID)

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
correlationId object
View JSON Schema on GitHub

JSON Schema

application-research-entitytypecorrelationidtarget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EntityTypeCorrelationIdTarget",
  "title": "Entity Type Target (Correlation ID)",
  "type": "object",
  "required": [
    "correlationId"
  ],
  "properties": {
    "correlationId": {
      "$ref": "#/components/schemas/CorrelationId"
    }
  }
}