|
21 | 21 | "ExecutableNotebook_label": "Executable Notebook", |
22 | 22 | "FeatureEnum_label": "Feature Enumeration", |
23 | 23 | "HostTypeEnumeration_label": "Host Type Enumeration", |
| 24 | + "ImageObject_label": "Image object", |
24 | 25 | "ImageObjectTagEnum_label": "Image Object Tag Enumeration", |
25 | 26 | "ImagingModalityEnum_label": "Imaging Modality Enumeration", |
26 | 27 | "IsPluginModuleOfEnum_label": "Plugin Module Enumeration", |
|
32 | 33 | "DatasetSpecification_label": "Dataset Specification", |
33 | 34 | "FundingInformation_label": "Funding Information", |
34 | 35 | "SoftwareImage_label": "Software Image", |
35 | | - "contentURL_label": "Content URL", |
36 | 36 | "distribution_label": "Distribution", |
37 | 37 | "AMD64_label": "AMD64", |
38 | 38 | "ARM64_label": "ARM64", |
|
162 | 162 | "author_label": "Author", |
163 | 163 | "codeRepository_label": "Code repository", |
164 | 164 | "conditionsOfAccess_label": "Conditions of access", |
| 165 | + "contentUrl_label": "Content URL", |
165 | 166 | "defaultValue_label": "Default value", |
166 | 167 | "encodingFormat_label": "Encoding format", |
167 | 168 | "familyName_label": "Family name", |
|
243 | 244 | "ExecutableNotebook_placeholder": "An object representing an executable notebook such as Jupyter Notebook", |
244 | 245 | "FeatureEnum_placeholder": "Enumeration class for software features", |
245 | 246 | "HostTypeEnumeration_placeholder": "Enumeration class for host type", |
| 247 | + "ImageObject_placeholder": "An image of the software, typically a screenshot, before/after or a logo.", |
246 | 248 | "ImageObjectTagEnum_placeholder": "Enumeration class for image object tag", |
247 | 249 | "ImagingModalityEnum_placeholder": "Enumeration class for imaging modality", |
248 | 250 | "IsPluginModuleOfEnum_placeholder": "Enumeration class for plugin module", |
|
254 | 256 | "DatasetSpecification_placeholder": "Class designed to describe a type of input or output used or produced by a model. For example, Topoflow has several inputs. One of them is a text file with precipitation values. The representation of this input is an instance of a dataset specification.", |
255 | 257 | "FundingInformation_placeholder": "A class to represent the funding information of a software project", |
256 | 258 | "SoftwareImage_placeholder": "An image that virtualizes the functionality of a given software. For example, a Docker container.", |
257 | | - "contentURL_placeholder": "Actual bytes of the media object, for example the image file or video file.", |
258 | 259 | "distribution_placeholder": "A downloadable form of this dataset, at a specific location, in a specific format.", |
259 | 260 | "hasInput_placeholder": "Property that links a model configuration to the input types expected by it.", |
260 | 261 | "hasOutput_placeholder": "Property that expresses what the outputs of a model are", |
|
263 | 264 | "author_placeholder": "The author of the software, this can be organizations or people that are maintainers and/or producers of the software.", |
264 | 265 | "codeRepository_placeholder": "Primary link to the repository where the un-compiled, human readable code and related code is located (GitLab, GitHub, CodePlex etc.).", |
265 | 266 | "conditionsOfAccess_placeholder": "Conditions that affect the availability of, or method(s) of access to, an item. e.g. log-in required ", |
| 267 | + "contentUrl_placeholder": "Actual bytes of the media object, for example the image file or video file.", |
266 | 268 | "defaultValue_placeholder": "The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.", |
267 | 269 | "encodingFormat_placeholder": "Expressed using a MIME format (http://www.iana.org/assignments/media-types/media-types.xhtml).", |
268 | 270 | "familyName_placeholder": "Family name. In the U.S., the last name of a Person.", |
|
0 commit comments