mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-01-15 05:17:27 -08:00
74eb5fa045
- `example/proxy` is new folder for `example_proxy`. - `riven` is new folder for the main riven lib. - Updated metadata to be an array and include HTTP method.
26 lines
No EOL
410 B
Text
26 lines
No EOL
410 B
Text
{
|
|
"$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"
|
|
} |