1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-03-03 02:59:06 +07:00

26 lines
410 B
Plaintext
Raw Normal View History

2019-09-06 05:17:43 +05:30
{
"$schema" : "http://json-schema.org/draft-02/hyper-schema#",
"id" : "http://json-schema.org/draft-02/json-ref#",
"items" : {"$ref" : "#"},
"additionalProperties" : {"$ref" : "#"},
"links" : [
{
"href" : "{$ref}",
"rel" : "full"
},
{
"href" : "{$schema}",
"rel" : "describedby"
},
{
"href" : "{id}",
"rel" : "self"
}
],
"fragmentResolution" : "dot-delimited"
}