23 lines
911 B
Text
23 lines
911 B
Text
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,
|
|
}
|