Update jsonschema library

This commit is contained in:
Samuel Lorch 2025-08-18 15:01:24 +02:00
parent 1ffa5a23bd
commit 40c8c24290
5 changed files with 49 additions and 39 deletions

View file

@ -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