mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
35
node_modules/json-schema/draft-02/links
generated
vendored
Normal file
35
node_modules/json-schema/draft-02/links
generated
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"$schema" : "http://json-schema.org/draft-02/hyper-schema#",
|
||||
"id" : "http://json-schema.org/draft-02/links#",
|
||||
"type" : "object",
|
||||
|
||||
"properties" : {
|
||||
"href" : {
|
||||
"type" : "string"
|
||||
},
|
||||
|
||||
"rel" : {
|
||||
"type" : "string"
|
||||
},
|
||||
|
||||
"targetSchema" : {"$ref" : "http://json-schema.org/draft-02/hyper-schema#"},
|
||||
|
||||
"method" : {
|
||||
"type" : "string",
|
||||
"default" : "GET",
|
||||
"optional" : true
|
||||
},
|
||||
|
||||
"enctype" : {
|
||||
"type" : "string",
|
||||
"requires" : "method",
|
||||
"optional" : true
|
||||
},
|
||||
|
||||
"properties" : {
|
||||
"type" : "object",
|
||||
"additionalProperties" : {"$ref" : "http://json-schema.org/draft-02/hyper-schema#"},
|
||||
"optional" : true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue