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.
Operations
Schemas
SoftwareInfo objectIdentity and metadata for a piece of software. Implementations may include additional fields.
name string requiredHuman-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.