Sha256: 91f57b67bc6d639bb6d600e26b827dac551e3520a233d1785d65870da263dc34
Contents?: true
Size: 792 Bytes
Versions: 9
Compression:
Stored size: 792 Bytes
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/1-0-1/DatasetVersionDatasetFacet.json", "$defs": { "DatasetVersionDatasetFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/DatasetFacet" }, { "type": "object", "properties": { "datasetVersion": { "description": "The version of the dataset.", "type": "string" } }, "additionalProperties": true, "required": ["datasetVersion"] } ], "type": "object" } }, "type": "object", "properties": { "version": { "$ref": "#/$defs/DatasetVersionDatasetFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems