Merge

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
algorithm string
config object
View JSON Schema on GitHub

JSON Schema

application-research-merge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Merge",
  "title": "Merge",
  "type": "object",
  "properties": {
    "algorithm": {
      "type": "string",
      "pattern": "^[a-z][a-z0-9/_-]+$"
    },
    "config": {}
  }
}