{ "$comment": "This file was automatically generated, do not modify it by hand. Instead, modify the source Typescript file, and run `pnpm types build:catalog-schemas`.", "$id": "catalog-infrastructure-component-runtime.resources.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Data model of a Catalog infrastructure-component-runtime item resources", "properties": { "projectId": { "type": "string", "description": "project object id" }, "name": { "type": "string", "description": "name of the resource" }, "tags": { "type": "array", "description": "list of tags useful for organize data", "items": { "type": "string" } }, "runtimeData": { "type": "object", "additionalProperties": true }, "$schema": { "type": "string" } }, "title": "Catalog infrastructure-component-runtime item resources", "type": "object" }