diff --git a/schemas/http.prs b/schemas/http.prs index 236a477..a81bd34 100644 --- a/schemas/http.prs +++ b/schemas/http.prs @@ -31,8 +31,8 @@ HttpRequest = . -RequestBody = @present bytes / @absent #f . -RequestHost = @present string / @absent #f . +RequestBody = @absent #f / @present bytes . +RequestHost = @absent #f / @present string . # Assertion to handler entity HttpContext = .