mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: pipeline improvements
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft-07/schema",
|
||||
"$ref": "#/definitions/MappingSchema",
|
||||
"definitions": {
|
||||
"MappingSchema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"schema": {
|
||||
"$ref": "https://json-schema.org/draft-07/schema"
|
||||
},
|
||||
"config": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"required": ["schema", "config"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user