1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/MetadataAlgorithm.md
2023-05-02 18:18:30 +01:00

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

@types/DDO/Metadata.ts:24


language

Optional language: string

Programming language used to implement the software.

Defined in

@types/DDO/Metadata.ts:6


rawcode

Optional rawcode: string

Rawcode

Defined in

@types/DDO/Metadata.ts:18


version

Optional version: string

Version of the software preferably in SemVer notation.

Defined in

@types/DDO/Metadata.ts:12