Update TODO based on work for 0.4.1
[python-rwhoisd.git] / sample_data / example_schema
1 ## Schema description file:
2 ##   consists of <attribute_name> = <index_type> pairs, one per line.
3 ##   index_type is one of N, C, or A.
4 ##   N = normal, string valued index.
5 ##   C = cidr index (for ip addresses and netblocks)
6 ##   A = all, both a normal and a cidr index
7
8 domain-name   = N
9 email         = N
10 host-name     = N
11 ip-address    = C
12 ip-network    = C
13 network-block = C
14 last-name     = N
15 name          = N
16 network-name  = N
17 org-name      = N