Access to an OCI artifact
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OciArtifactAccess", "title": "OciArtifactAccess", "type": "object", "description": "Access to an OCI artifact", "required": [ "type", "imageReference" ], "properties": { "type": { "const": "ociArtifact" }, "imageReference": { "type": "string", "description": "OCI image reference" } } }