-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtyi.txt
49 lines (48 loc) · 1.01 KB
/
tyi.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"type": "record",
"namespace": "com.mycorp.mynamespace",
"name": "AgniveerRecord",
"doc": "Agniveer schema to help you get started.",
"fields": [
{
"name": "firstname",
"type": "string",
"doc": "The name of the soldier."
},
{
"name": "lastname",
"type": "string",
"doc": "The lastname of the soldier."
},
{
"name": "fathername",
"type": "string",
"doc": "The fathername of the soldier."
},
{
"name": "dob",
"type": "date",
"doc": "dob of soldier."
},
{
"name": "10th",
"type": "boolean",
"doc": "10th pass or not."
},
{
"name": "aadharcard",
"type": "string",
"doc": "aadharcard number."
},
{
"name": "pancardd",
"type": [ "string, "null" ],
"doc": "The string is a unicode character sequence."
},
{
"name": "bloodgroup",
"type": "string",
"doc": "bloodgroup of soldier."
}
]
}