Sha256: e2493b447b94afdefd4b495fbb88c9def9a9749365fd700a8f9bb3a062680146
Contents?: true
Size: 820 Bytes
Versions: 9
Compression:
Stored size: 820 Bytes
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/1-0-1/DocumentationDatasetFacet.json", "$defs": { "DocumentationDatasetFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/DatasetFacet" }, { "type": "object", "properties": { "description": { "description": "The description of the dataset.", "type": "string", "example": "canonical representation of entity Foo" } }, "required": ["description"] } ], "type": "object" } }, "type": "object", "properties": { "documentation": { "$ref": "#/$defs/DocumentationDatasetFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems