✏️ 正在编辑: links
路径:
/lib/node_modules/npm/node_modules/json-schema/draft-03/links
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
{ "$schema" : "http://json-schema.org/draft-03/hyper-schema#", "id" : "http://json-schema.org/draft-03/links#", "type" : "object", "properties" : { "href" : { "type" : "string", "required" : true, "format" : "link-description-object-template" }, "rel" : { "type" : "string", "required" : true }, "targetSchema" : {"$ref" : "http://json-schema.org/draft-03/hyper-schema#"}, "method" : { "type" : "string", "default" : "GET" }, "enctype" : { "type" : "string", "requires" : "method" }, "properties" : { "type" : "object", "additionalProperties" : {"$ref" : "http://json-schema.org/draft-03/hyper-schema#"} } } }
💾 保存文件
← 返回文件管理器