Title: oci.output
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + analyzer | No | const | No | - | Unique identifier for the OCI metadata analyzer. |
| + repository | No | string | No | - | The image repository that was analyzed. |
| + tag | No | string | No | - | The image tag that was analyzed. |
| + platforms | No | array of object | No | - | List of platform variants available for this tag. |
| - platforms_supported | No | array of string | No | - | Deduplicated canonical platform identifiers (os/arch[/variant]) supported by the image. |
| - tags | No | array of string | No | - | Tags in the repository. |
| - source | No | object | No | - | - |
1.
Property analyzer
Description: Unique identifier for the OCI metadata analyzer.
Specific value: "oci"
2.
Property repository
Description: The image repository that was analyzed.
3.
Property tag
Description: The image tag that was analyzed.
Description: List of platform variants available for this tag.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + architecture | No | string | No | - | Processor architecture (e.g. 'amd64'). |
| + os | No | string | No | - | Operating system (e.g. 'linux'). |
| - variant | No | string or null | No | - | Architecture variant (e.g. 'v7'). |
| - digest | No | string | No | - | Manifest digest for this variant. |
| - created | No | string or null | No | - | ISO timestamp of variant creation. |
| - labels | No | object | No | - | OCI labels for this variant. |
| - layers_count | No | integer | No | - | Number of layers. |
| - size | No | integer | No | - | Total image size in bytes (config + layers). |
| - user | No | string or null | No | - | Default user from image config. |
| - exposed_ports | No | array of string | No | - | Exposed ports (e.g. '80/tcp'). |
| - env | No | array of string | No | - | Environment variables (KEY=VALUE). |
4.1.1. Property architecture
Description: Processor architecture (e.g. 'amd64').
4.1.2. Property os
Description: Operating system (e.g. 'linux').
4.1.3. Property variant
Description: Architecture variant (e.g. 'v7').
4.1.4. Property digest
Description: Manifest digest for this variant.
4.1.5. Property created
Description: ISO timestamp of variant creation.
4.1.6. Property labels
| |
|---|
| Type | object |
| Additional properties |  |
Description: OCI labels for this variant.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | string | No | - | - |
4.1.6.1. Property additionalProperties
4.1.7. Property layers_count
Description: Number of layers.
4.1.8. Property size
Description: Total image size in bytes (config + layers).
4.1.9. Property user
Description: Default user from image config.
4.1.10. Property exposed_ports
Description: Exposed ports (e.g. '80/tcp').
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
4.1.10.1. exposed_ports items
4.1.11. Property env
Description: Environment variables (KEY=VALUE).
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| env items | - |
4.1.11.1. env items
Description: Deduplicated canonical platform identifiers (os/arch[/variant]) supported by the image.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
Description: Tags in the repository.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| tags items | - |
7.
Property source
| |
|---|
| Type | object |
| Additional properties |  |
7.1.
Property fetched_at
| |
|---|
| Type | string |
| Format | date-time |
7.2.
Property built_at
| |
|---|
| Type | string |
| Format | date-time |
7.3.
Property version
7.4.
Property checksum
Generated using json-schema-for-humans on 2026-06-25 at 15:32:09 +0000