mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-21 13:34:46 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
33
node_modules/json-schema/draft-01/links
generated
vendored
Normal file
33
node_modules/json-schema/draft-01/links
generated
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
|
||||
"id" : "http://json-schema.org/draft-01/links#",
|
||||
"type" : "object",
|
||||
|
||||
"properties" : {
|
||||
"href" : {
|
||||
"type" : "string"
|
||||
},
|
||||
|
||||
"rel" : {
|
||||
"type" : "string"
|
||||
},
|
||||
|
||||
"method" : {
|
||||
"type" : "string",
|
||||
"default" : "GET",
|
||||
"optional" : true
|
||||
},
|
||||
|
||||
"enctype" : {
|
||||
"type" : "string",
|
||||
"requires" : "method",
|
||||
"optional" : true
|
||||
},
|
||||
|
||||
"properties" : {
|
||||
"type" : "object",
|
||||
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-01/hyper-schema#"},
|
||||
"optional" : true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue