Skip to content

Templated URIs in a HAL document cannot be deserialized #667

@gregturn

Description

@gregturn

Attempting to deserialize a HAL document containing the following structure will fail due to the "templated" property not being a real property of Link.

{
   "_links" : {
     "order" : {
       "href" : "/orders{?id}",
       "templated" : true
     }
   }
 } 

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions