文件操作 - typeParam.json
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/gems/rbs-2.8.2/schema/typeParam.json
编辑文件内容
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Type param: `A`, `unchecked out A`, ...", "type": "object", "properties": { "name": { "type": "string" }, "variance": { "enum": ["covariant", "contravariant", "invariant"] }, "unchecked": { "type": "boolean" }, "upper_bound": { "oneOf": [ { "$ref": "types.json#/definitions/classInstance" }, { "$ref": "types.json#/definitions/classSingleton" }, { "$ref": "types.json#/definitions/interface" }, { "type": "null" } ] }, "location": { "$ref": "location.json" } }, "required": ["name", "variance", "unchecked", "upper_bound", "location"] }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件