feat: add layer definition api
This commit is contained in:
@ -20,9 +20,6 @@ func Extend(base []byte, schema []byte) ([]byte, error) {
|
||||
return nil, errors.WithStack(err)
|
||||
}
|
||||
|
||||
extended["$id"] = extension["$id"]
|
||||
extended["title"] = extension["title"]
|
||||
|
||||
props := extension["properties"].(map[string]any)
|
||||
extendedProps := extended["properties"].(map[string]any)
|
||||
for key, val := range props {
|
||||
|
Reference in New Issue
Block a user