forms property

List<Form>? forms
final

Set of form hypermedia controls that describe how an operation can be performed.

Forms are serializations of Protocol Bindings. Thing-level forms are used to describe endpoints for a group of interaction affordances.

Implementation

final List<Form>? forms;