Skip to content

Slot: mediaType

MUST be application/vnd.margo.bundle.v1+tar+gzip, which denotes a gzip-compressed tar archive (commonly delivered as a .tar.gz) whose root contains one or more ApplicationDeployment YAML files. Servers MUST set the HTTP Content-Type to this media type. The archive MUST contain exactly the set of YAML files referenced by deployments.

URI: https://specification.margo.org/data-model/mediaType Alias: mediaType

Applicable Classes

Name Description Modifies Slot
Bundle Describes an archive containing all referenced ApplicationDeployment YAMLs no

Properties

Type and Range

Property Value
Range string
Domain Of Bundle

Cardinality and Requirements

Property Value
Required Yes
### Slot Characteristics
Property Value
Owner Bundle
Additional Constraints **Must Equal:** `application/vnd.margo.bundle.v1+tar+gzip`

LinkML Source

name: mediaType
description: MUST be application/vnd.margo.bundle.v1+tar+gzip, which denotes a gzip-compressed
  tar archive (commonly delivered as a .tar.gz) whose root contains one or more ApplicationDeployment
  YAML files. Servers MUST set the HTTP Content-Type to this media type. The archive
  MUST contain exactly the set of YAML files referenced by deployments.
from_schema: https://specification.margo.org/data-model
alias: mediaType
owner: Bundle
domain_of:
- Bundle
range: string
required: true
equals_string: application/vnd.margo.bundle.v1+tar+gzip