Add missing bits from V1, slight touchup
This commit is contained in:
@@ -100,6 +100,10 @@ import (
|
||||
|
||||
customDecoder: bool | *false
|
||||
customEncoder: bool | *false
|
||||
|
||||
identKeyEncode: string | *$attrIdent
|
||||
|
||||
omitEncoder: bool | *false
|
||||
}
|
||||
|
||||
// store decode/encode configs
|
||||
|
||||
@@ -186,6 +186,12 @@ import (
|
||||
supportMappedInput: bool | *true
|
||||
mappedField: string | *""
|
||||
}] | *[]
|
||||
|
||||
extendedResourceEncoders: [...{
|
||||
ident: string
|
||||
expIdent: string
|
||||
identKey: string | *""
|
||||
}] | *[]
|
||||
}
|
||||
|
||||
// store decode/encode configs
|
||||
|
||||
Reference in New Issue
Block a user