Input

Input specification for local resources

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
type string
View JSON Schema on GitHub

JSON Schema

application-research-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Input",
  "title": "Input",
  "type": "object",
  "description": "Input specification for local resources",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "string"
    }
  }
}