mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
Update jsonschema library
This commit is contained in:
parent
1ffa5a23bd
commit
faf74e0156
5 changed files with 51 additions and 39 deletions
|
@ -17,8 +17,8 @@ type ResourceType struct {
|
|||
}
|
||||
|
||||
type ResourceTypeSchema struct {
|
||||
Resource json.RawMessage `json:"resource"`
|
||||
Secret json.RawMessage `json:"secret"`
|
||||
Resource map[string]any `json:"resource"`
|
||||
Secret map[string]any `json:"secret"`
|
||||
}
|
||||
|
||||
// GetResourceTypesOptions is a placeholder for future options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue