Skip to main content

AddDataProductVersionRequest

  • Stability: stable

Bundles semantic version components, serialized source files, declared native library dependencies, and optional documentation paths. The control plane validates the archive and registers the new immutable version.

  • Qualified id: com.dataspine.controlplane.AddDataProductVersionRequest@1
  • Kind: struct

Properties

NameTypeDescription
data_product_idOption<Uuid>Optional UUID selector for the target data product.
data_product_root_namespaceOption<String>Optional root namespace selector for the target data product.
semver_majorInteger32Semantic version major component (non-negative).
semver_minorInteger32Semantic version minor component (non-negative).
semver_patchInteger32Semantic version patch component (non-negative).
filesList<DataProductFile>Files that compose the version payload, each with base64-encoded content.
librariesList<LibraryDependency>Native runtime libraries required by this version, identified by name and semver string.
documentation_file_pathsList<String>Relative documentation paths included in the submission for catalog generation.

Back to Control Plane