{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RuntimeProjectAttachment", "title": "RuntimeProjectAttachment", "type": "object", "description": "A runtime project attachment.", "properties": { "name": { "type": "string", "description": "Output only. Resource name of the attachment.", "readOnly": true }, "runtimeProject": { "type": "string", "description": "Required. Google Cloud project to attach." }, "createTime": { "type": "string", "format": "date-time", "description": "Output only. Time the attachment was created.", "readOnly": true } } }