{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Project", "type": "object", "description": "A Project provides a scope for Kubernetes resources, extending namespaces with additional metadata and access controls for multi-tenant environments.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" } } }