snapshot current state before gitea sync

This commit is contained in:
2026-02-18 10:50:24 +01:00
commit 93a3f9e6fe
59 changed files with 4540 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
type: mapping
name: mapping
displayname: Mapping
schema:
root: # Workaround, da cerberus dynamische roots nicht unterstützt
type: dict
valuesrules:
type: list
schema:
type: dict
schema:
target:
type: string
required: True
mappingmode:
type: string
allowed: ['explicit', 'implicit']
type:
type: string
allowed: ['mappingonly', 'master']
mapping:
type: list
schema:
type: list
schema:
type: [string, dict]
schema:
expression:
type: string
required: True
resulttype:
type: string