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

  1. {
  2. "type": "embedded/base64",
  3. "reference": "dmFsdWU6IDEKZm9vOiBiYXIK",
  4. "name": "my-properties-file",
  5. }

Last modified January 1, 0001