snapshot current state before gitea sync
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
type: satellite
|
||||
name: Satellite
|
||||
displayname: Satellite
|
||||
namespace: model
|
||||
schema:
|
||||
# GeneratorEntity
|
||||
name:
|
||||
type: string
|
||||
required: True
|
||||
type:
|
||||
type: string
|
||||
required: True
|
||||
subtype:
|
||||
type: string
|
||||
allowed: [base,drivingkeystatus]
|
||||
generate:
|
||||
type: integer
|
||||
allowed: [0,1]
|
||||
extra:
|
||||
type: [list, dict, string, integer]
|
||||
description:
|
||||
type: string
|
||||
sql_pre_hook:
|
||||
type: string
|
||||
sql_post_hook:
|
||||
type: string
|
||||
# DataVaultEntity
|
||||
layer:
|
||||
type: string
|
||||
dbentity:
|
||||
schema: dbentity
|
||||
exclude_commonattributes:
|
||||
type: list
|
||||
# Specific
|
||||
parent:
|
||||
type: string
|
||||
required: True
|
||||
hashdiff_attribute_treatment:
|
||||
type: dict
|
||||
schema:
|
||||
trim:
|
||||
type: string
|
||||
allowed: ['left', 'right', 'both']
|
||||
case:
|
||||
type: string
|
||||
allowed: ['upper', 'lower', 'keep']
|
||||
# Attributes:
|
||||
attributes: attributes
|
||||
Reference in New Issue
Block a user