mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
1.6 KiB
1.6 KiB
@oceanprotocol/lib / Exports / MetadataAlgorithm
Interface: MetadataAlgorithm
Table of contents
Properties
Properties
container
• container: Object
Object describing the Docker container image.
Type declaration
Name | Type | Description |
---|---|---|
checksum |
string |
Checksum of the Docker image. |
entrypoint |
string |
The command to execute, or script to run inside the Docker image. |
image |
string |
Name of the Docker image. |
tag |
string |
Tag of the Docker image. |
Defined in
language
• Optional
language: string
Programming language used to implement the software.
Defined in
rawcode
• Optional
rawcode: string
Rawcode
Defined in
version
• Optional
version: string
Version of the software preferably in SemVer notation.