ClaimResultOutput

An output value from a claim result

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
contentDigest string A cryptographic hash digest of the output contents
View JSON Schema on GitHub

JSON Schema

application-research-claimresultoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClaimResultOutput",
  "title": "ClaimResultOutput",
  "type": "object",
  "description": "An output value from a claim result",
  "properties": {
    "contentDigest": {
      "type": "string",
      "description": "A cryptographic hash digest of the output contents"
    }
  },
  "additionalProperties": true
}