You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
data-hal/t/exampleWithTemplate.json

27 lines
618 B

{
"_links" : {
"curies" : [ {
"href" : "https://example.com/apidocs/ns/{rel}",
"name" : "ns",
"templated" : true
}, {
"href" : "https://example.com/apidocs/role/{rel}",
"name" : "role",
"templated" : true
} ],
"self" : {
"href" : "https://example.com/api/customer"
},
"ns:parent" : {
"href" : "https://example.com/api/customer/1234",
"name" : "bob",
"title" : "The Parent",
"hreflang" : "en"
},
"ns:query" : {
"href" : "https://example.com/api/customer/search{?queryParam}",
"templated" : true
}
}
}