Skip to main content
Version: v0.35.0

oci.output

Title: oci.output

Typeobject
Additional propertiesNot allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ analyzerNoconstNo-Unique identifier for the OCI metadata analyzer.
+ repositoryNostringNo-The image repository that was analyzed.
+ tagNostringNo-The image tag that was analyzed.
+ platformsNoarray of objectNo-List of platform variants available for this tag.
- platforms_supportedNoarray of stringNo-Deduplicated canonical platform identifiers (os/arch[/variant]) supported by the image.
- tagsNoarray of stringNo-Tags in the repository.

1. Required Property analyzer

Typeconst

Description: Unique identifier for the OCI metadata analyzer.

Specific value: "oci"

2. Required Property repository

Typestring

Description: The image repository that was analyzed.

3. Required Property tag

Typestring

Description: The image tag that was analyzed.

4. Required Property platforms

Typearray of object

Description: List of platform variants available for this tag.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
platforms items-

4.1. platforms items

Typeobject
Additional propertiesAny type: allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ architectureNostringNo-Processor architecture (e.g. 'amd64').
+ osNostringNo-Operating system (e.g. 'linux').
- variantNostring or nullNo-Architecture variant (e.g. 'v7').
- digestNostringNo-Manifest digest for this variant.
- createdNostring or nullNo-ISO timestamp of variant creation.
- labelsNoobjectNo-OCI labels for this variant.
- layers_countNointegerNo-Number of layers.
- sizeNointegerNo-Total image size in bytes (config + layers).
- userNostring or nullNo-Default user from image config.
- exposed_portsNoarray of stringNo-Exposed ports (e.g. '80/tcp').
- envNoarray of stringNo-Environment variables (KEY=VALUE).

4.1.1. Property architecture

Typestring

Description: Processor architecture (e.g. 'amd64').

4.1.2. Property os

Typestring

Description: Operating system (e.g. 'linux').

4.1.3. Property variant

Typestring or null

Description: Architecture variant (e.g. 'v7').

4.1.4. Property digest

Typestring

Description: Manifest digest for this variant.

4.1.5. Property created

Typestring or null

Description: ISO timestamp of variant creation.

4.1.6. Property labels

Typeobject
Additional propertiesShould-conform

Description: OCI labels for this variant.

PropertyPatternTypeDeprecatedDefinitionTitle/Description
- NostringNo--
4.1.6.1. Property additionalProperties
Typestring

4.1.7. Property layers_count

Typeinteger

Description: Number of layers.

Restrictions
Minimum≥ 0

4.1.8. Property size

Typeinteger

Description: Total image size in bytes (config + layers).

Restrictions
Minimum≥ 0

4.1.9. Property user

Typestring or null

Description: Default user from image config.

4.1.10. Property exposed_ports

Typearray of string

Description: Exposed ports (e.g. '80/tcp').

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
exposed_ports items-
4.1.10.1. exposed_ports items
Typestring

4.1.11. Property env

Typearray of string

Description: Environment variables (KEY=VALUE).

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
env items-
4.1.11.1. env items
Typestring

5. Optional Property platforms_supported

Typearray of string

Description: Deduplicated canonical platform identifiers (os/arch[/variant]) supported by the image.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
platforms_supported items-

5.1. platforms_supported items

Typestring

6. Optional Property tags

Typearray of string

Description: Tags in the repository.

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
tags items-

6.1. tags items

Typestring

Generated using json-schema-for-humans on 2026-06-08 at 18:23:57 +0000

  • 1. Required Property analyzer
  • 2. Required Property repository
  • 3. Required Property tag
  • 4. Required Property platforms
    • 4.1. platforms items
  • 5. Optional Property platforms_supported
    • 5.1. platforms_supported items
  • 6. Optional Property tags
    • 6.1. tags items