Open lanthaler opened 9 years ago
As StatusCodeDescription was generalized to Status in #27, it might make sense to move returns into Status instead of keeping it directly on Operation (see http://lists.w3.org/Archives/Public/public-hydra/2014Sep/0089.html).
StatusCodeDescription
Status
returns
Operation
The fewer concepts, the better. :+1:
As
StatusCodeDescription
was generalized toStatus
in #27, it might make sense to movereturns
intoStatus
instead of keeping it directly onOperation
(see http://lists.w3.org/Archives/Public/public-hydra/2014Sep/0089.html).