aboutsummaryrefslogtreecommitdiff
path: root/http-status-codes/types.rec
diff options
context:
space:
mode:
Diffstat (limited to 'http-status-codes/types.rec')
-rw-r--r--http-status-codes/types.rec4
1 files changed, 2 insertions, 2 deletions
diff --git a/http-status-codes/types.rec b/http-status-codes/types.rec
index 431a9b1..62bb135 100644
--- a/http-status-codes/types.rec
+++ b/http-status-codes/types.rec
@@ -4,10 +4,10 @@
4# 4#
5%rec: HttpStatusCode 5%rec: HttpStatusCode
6%key: Value 6%key: Value
7%typedef: ValueRange_t range 100 599 7%typedef: ValueRange_t range 0 599
8%type: Value ValueRange_t 8%type: Value ValueRange_t
9%mandatory: Value 9%mandatory: Value
10%typedef: Description_t regexp /^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_\(\) -]*$/ 10%typedef: Description_t regexp /^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_\(\), -]*$/
11%type: Description Description_t 11%type: Description Description_t
12%unique: Description 12%unique: Description
13%mandatory: Description 13%mandatory: Description