Sha256: c54ae771b1183efbe007a778eb5bf05e9e3f39f3d48f22a4beceea00950abdad
Contents?: true
Size: 1.31 KB
Versions: 9
Compression:
Stored size: 1.31 KB
Contents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://openlineage.io/spec/facets/1-0-1/OwnershipJobFacet.json", "$defs": { "OwnershipJobFacet": { "allOf": [ { "$ref": "https://openlineage.io/spec/2-0-2/OpenLineage.json#/$defs/JobFacet" }, { "type": "object", "properties": { "owners": { "description": "The owners of the job.", "type": "array", "items": { "type": "object", "properties": { "name": { "description": "the identifier of the owner of the Job. It is recommended to define this as a URN. For example application:foo, user:jdoe, team:data", "type": "string", "example": "application:app_name" }, "type": { "description": "The type of ownership (optional)", "type": "string", "example": "MAINTAINER" } }, "required": ["name"] } } } } ], "type": "object" } }, "type": "object", "properties": { "ownership": { "$ref": "#/$defs/OwnershipJobFacet" } } }
Version data entries
9 entries across 9 versions & 4 rubygems