v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Contracts

Get contract metadata

Returns the contract metadata for an artifact, projected from its labels.

get/groups/{groupId}/artifacts/{artifactId}/contract/metadata

Response

The contract metadata for the artifact.

status'DRAFT' | 'STABLE' | 'DEPRECATED'

The contract lifecycle status.

ownerTeamstring

The team that owns the contract.

ownerDomainstring

The domain the contract belongs to.

supportContactstring

Support contact email.

classification'PUBLIC' | 'INTERNAL' | 'CONFIDENTIAL' | 'RESTRICTED'

Data classification level.

stage'DEV' | 'STAGE' | 'PROD'

Promotion stage.

stableDatestring

ISO-8601 date when contract became stable.

deprecatedDatestring

ISO-8601 date when contract was deprecated.

deprecationReasonstring

Reason for deprecation.

compatibilityGroupstring

Compatibility group for schema evolution scoping.