-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
53 lines (53 loc) · 1.11 KB
/
schema.json
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
50
51
52
53
[
{
"category": "section",
"id": "main_section",
"label": "Basic Information",
"hidden": false,
"children": [
{
"rir_field_names": [
"table_column_description"
],
"constraints": {
"required": false
},
"default_value": null,
"category": "datapoint",
"id": "address",
"label": "Address",
"hidden": false,
"type": "string"
},
{
"rir_field_names": [
"table_column_description"
],
"constraints": {
"required": false
},
"default_value": null,
"category": "datapoint",
"id": "local_address",
"label": "Local Address",
"hidden": false,
"type": "string"
},
{
"rir_field_names": [
"table_column_description"
],
"constraints": {
"required": false
},
"default_value": null,
"category": "datapoint",
"id": "text",
"label": "Text",
"hidden": false,
"type": "string"
}
],
"icon": null
}
]