Volume Mount
Describes a volume mount from a host to container.
This schema type is marked as experimental ๐งช and is subject to change.
Propertiesโ
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
mountDestination | stencila:mountDestination | string | The mount location inside the container. | VolumeMount |
alternateNames | schema:alternateName | Array of string | Alternate names (aliases) for the item. | Thing |
description | schema:description | Array of BlockContent or Array of InlineContent or string | A description of the item. See note 1. | Thing |
id | schema:id | string | The identifier for this item. | Entity |
identifiers | schema:identifier | Array of (PropertyValue or string) | Any kind of identifier for any kind of Thing. See note 2. | Thing |
images | schema:image | Array of (ImageObject or Format 'uri') | Images of the item. | Thing |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
mountOptions | stencila:mountOptions | Array of string | A list of options to use when applying the mount. | VolumeMount |
mountSource | stencila:mountSource | string | The mount source directory on the host. | VolumeMount |
mountType | stencila:mountType | string | The type of mount. | VolumeMount |
name | schema:name | string | The name of the item. | Thing |
url | schema:url | Format 'uri' | The URL of the item. | Thing |
Notesโ
- description : Allows for the description to be an array of nodes (e.g. an array of inline content, or a couple of paragraphs), or a string. The
minItems
restriction avoids a string being coerced into an array with a single string item. - identifiers : Some identifiers have specific properties e.g the
issn
property for thePeriodical
type. These should be used in preference to this property which is intended for identifiers that do not yet have a specific property. Identifiers can be represented as strings, but using aPropertyValue
will usually be better because it allows forpropertyID
(i.e. the type of identifier).
Relatedโ
- Parent: Thing
- Descendants: None
Available asโ
- JSON-LD
- JSON Schema
- Python
class VolumeMount
- TypeScript
interface VolumeMount
- R
class VolumeMount
- Rust
struct VolumeMount
Sourceโ
This documentation was generated from VolumeMount.schema.yaml.