A list of Project objects.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProjectList", "type": "object", "description": "A list of Project objects.", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "items": { "type": "array" } } }