Skip to content

Commit

Permalink
Amend indentation in OpenAPI spec (MarquezProject#2650)
Browse files Browse the repository at this point in the history
Signed-off-by: David Goss <[email protected]>
Co-authored-by: Willy Lulciuc <[email protected]>
  • Loading branch information
davidjgoss and wslulciuc committed Oct 19, 2023
1 parent 4cc26b8 commit aa6fc00
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions spec/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1919,22 +1919,24 @@ components:
eventTime: 2019-05-09T19:49:24.201361Z
run: {runId: d46e465b-d358-4d32-83d4-df660ff614dd}
job: {namespace: my-namespace,name: my-job}
outputs: [{
namespace: my-namespace,
name: my-output,
facets: {
schema: {
_producer: "https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/client",
_schemaURL: "https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/spec/OpenLineage.json#/definitions/SchemaDatasetFacet",
fields: [
{name: a, type: INTEGER},
{name: b, type: TIMESTAMP},
{name: c, type: INTEGER},
{name: d, type: INTEGER}
]
outputs: [
{
namespace: my-namespace,
name: my-output,
facets: {
schema: {
_producer: "https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/client",
_schemaURL: "https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/spec/OpenLineage.json#/definitions/SchemaDatasetFacet",
fields: [
{ name: a, type: INTEGER },
{ name: b, type: TIMESTAMP },
{ name: c, type: INTEGER },
{ name: d, type: INTEGER }
]
}
}
}
}]
]
producer: "https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/client"

SearchResultList:
Expand Down

0 comments on commit aa6fc00

Please sign in to comment.