provisioning-catalog/domains/compute-provisioning/manifest.ncl

24 lines
911 B
Text
Raw Permalink Normal View History

let oci = import "schemas/lib/integration/oci_artifact_format.ncl" in
{
artifact = {
media_type = "application/vnd.ontoref.domain.v1",
id = "compute-provisioning",
version = "0.1.0",
description = "Configuration context for ephemeral compute resource provisioning. Carries provider, region, image, and sizing policy. Credentials for the provider API arrive via secret-delivery, not this domain.",
layers = [
{
media_type = "application/vnd.ontoref.domain.contract.v1",
description = "contract.ncl — ComputeProvisioningContext and supporting types",
required = true,
},
{
media_type = "application/vnd.ontoref.domain.example.v1",
description = "example.json — sample context for an hcloud runner spawn",
required = false,
},
],
uses_registry = "primary",
} | oci.DomainArtifact,
}