{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "date": { "format": "date-time", "type": "string" }, "id": { "type": "string" }, "paths": { "items": { "type": "string" }, "type": "array" }, "repository": { "type": "string" } }, "type": "object" }, "status": { "type": "object" } }, "type": "object" }