mirror of
https://github.com/chenasraf/schemastore.git
synced 2026-05-17 17:58:02 +00:00
liquibase flow file to describe objects and structure of json (#2400)
* liquibase flow file to describle object Liquibase defined schema for its flow files. This is schema can be used what objects are allowed and to define the structure of json. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update catalog json with liquibase flow file schema * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Delete liquibase-flow-file-latest json Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -3495,6 +3495,12 @@
|
||||
"3.2": "https://json.schemastore.org/liquibase-3.2.json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Liquibase Flow File",
|
||||
"description": "Use this schema to get what objects are allowed for your liquibase flow JSON/YAML files.",
|
||||
"fileMatch": ["*.flowfile.yaml", "*.flowfile.yml"],
|
||||
"url": "https://www.liquibase.org/json/schema/liquibase-flow-file-latest.json"
|
||||
},
|
||||
{
|
||||
"name": "Pipeline component",
|
||||
"description": "YAML schema for the Kubeflow Pipelines' component.yaml files which describe a pipeline components. Component consists of input/output definitions and the description of the implementation which can either be a containerized command line program or a interconnected graph of tasks. See https://cloud-pipelines.github.io/links/component_authoring_documentation",
|
||||
|
||||
Reference in New Issue
Block a user