Event Resource Integration Aspect Subset

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
eventType string
View JSON Schema on GitHub

JSON Schema

application-research-eventresourceintegrationaspectsubset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventResourceIntegrationAspectSubset",
  "title": "Event Resource Integration Aspect Subset",
  "type": "object",
  "required": [
    "eventType"
  ],
  "properties": {
    "eventType": {
      "type": "string"
    }
  }
}