{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GenericResource", "type": "object", "description": "Resource information.", "properties": { "properties": { "type": "object", "description": "The resource properties." }, "kind": { "type": "string", "description": "The kind of the resource." }, "managedBy": { "type": "string", "description": "ID of the resource that manages this resource." } } }