A computational environment.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
name | schema:name | string | The name of the item. | Thing |
adds | stencila:adds | Array of SoftwareSourceCode | The packages that this environment adds to the base environments listed under `extends` (if any)., | SoftwareEnvironment |
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 |
extends | stencila:extends | Array of SoftwareEnvironment | Other environments that this environment extends by adding or removing packages., | SoftwareEnvironment |
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 |
removes | stencila:removes | Array of SoftwareSourceCode | The packages that this environment removes from the base environments listed under `extends` (if any)., | SoftwareEnvironment |
url | schema:url | Format βuriβ | The URL of the item. | Thing |
minItems
restriction avoids a string being coerced into an array with a single string item.issn
property for the Periodical
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 a PropertyValue
will usually be better because it allows for propertyID
(i.e. the type of identifier).This documentation was generated from SoftwareEnvironment.schema.yaml.