Skip to content

OpenBindings Software Descriptor

Base contract for software participating in the OpenBindings ecosystem. Defines the getInfo operation for self-identification. Implementations may return additional fields beyond the minimum.

OBI 0.1.0 v0.1.0 1 operation

Operations

Schemas

SoftwareInfo object

Identity and metadata for a piece of software. Implementations may include additional fields.

name string required

Human-readable display name.

version string

Software version.

description string

Brief description of what this software does.

homepage string

URL to documentation or project page.

repository string

URL to source code repository.

maintainer string

Author or maintaining organization.

Source