NestedDigestSpec

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
name string
version string
extraIdentity object
digest object
View JSON Schema on GitHub

JSON Schema

application-research-nesteddigestspec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NestedDigestSpec",
  "title": "NestedDigestSpec",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "extraIdentity": {
      "$ref": "#/components/schemas/IdentityAttribute"
    },
    "digest": {
      "$ref": "#/components/schemas/DigestSpec"
    }
  }
}