Embedded base64

Rather than refer to a resource by URI, you can embed the artifact’s contents directly into the "reference" field in base64.

Fields

FieldExplanation
typeAlways embedded/base64.
referenceThe base64 encoded artifact contents.
nameAn optional human-readable identifier.

Example

{
  "type": "embedded/base64",
  "reference": "dmFsdWU6IDEKZm9vOiBiYXIK",
  "name": "my-properties-file",
}
Last modified January 1, 0001