Sha256: f49aca6451b36806b921ce29cf7aa1e9919809ae1d2c33b1fd9e3aaa3596815c

Contents?: true

Size: 733 Bytes

Versions: 9

Compression:

Stored size: 733 Bytes

Contents

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://openlineage.io/spec/facets/1-0-1/DocumentationJobFacet.json",
  "$defs": {
    "DocumentationJobFacet": {
      "allOf": [
        {
          "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/JobFacet"
        },
        {
          "type": "object",
          "properties": {
            "description": {
              "description": "The description of the job.",
              "type": "string"
            }
          },
          "required": ["description"]
        }
      ],
      "type": "object"
    }
  },
  "type": "object",
  "properties": {
    "documentation": {
      "$ref": "#/$defs/DocumentationJobFacet"
    }
  }
}

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-light-0.1.4 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-light-0.1.3 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-light-0.1.1 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-light-0.1.0 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-0.1.3 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-0.1.1 spec/facets/DocumentationJobFacet.json
fluent-plugin-openlineage-0.1.0 spec/facets/DocumentationJobFacet.json
fluentd-openlineage-parser-0.1.0 spec/facets/DocumentationJobFacet.json