Timoni · JSON-LD Context

Timoni Context

JSON-LD context defining the semantic vocabulary for Timoni from Timoni.

33 Classes 1 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
timoni: https://timoni.sh/vocab/
oci: https://opencontainers.org/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Module ModuleInstance Bundle BundleRuntime Artifact OciManifest OciLayer Registry SoftwarePackage id name description version module instance namespace cluster values bundle runtime digest mediaType size layers annotations tags registry repository cueModule schemaVersion source revision license

Properties

Property Type Container
created dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "timoni": "https://timoni.sh/vocab/",
    "oci": "https://opencontainers.org/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Module": "timoni:Module",
    "ModuleInstance": "timoni:ModuleInstance",
    "Bundle": "timoni:Bundle",
    "BundleRuntime": "timoni:BundleRuntime",
    "Artifact": "timoni:Artifact",
    "OciManifest": "oci:Manifest",
    "OciLayer": "oci:Layer",
    "Registry": "timoni:Registry",
    "SoftwarePackage": "schema:SoftwareApplication",

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },

    "module": "timoni:module",
    "instance": "timoni:instance",
    "namespace": "timoni:kubernetesNamespace",
    "cluster": "timoni:kubernetesCluster",
    "values": "timoni:configurationValues",
    "bundle": "timoni:bundle",
    "runtime": "timoni:runtime",

    "digest": "oci:digest",
    "mediaType": "oci:mediaType",
    "size": "oci:size",
    "layers": "oci:layer",
    "annotations": "oci:annotations",

    "tags": "schema:keywords",
    "registry": "schema:url",
    "repository": "timoni:ociRepository",

    "cueModule": "timoni:cueModule",
    "schemaVersion": "oci:schemaVersion",
    "source": "schema:codeRepository",
    "revision": "schema:softwareVersion",
    "license": "schema:license"
  }
}