-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathclass_name.json
More file actions
22 lines (22 loc) · 1.05 KB
/
class_name.json
File metadata and controls
22 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"category": "REPLACE me with the category name. For example, natural_language_processing.",
"description": "REPLACE me with a concise description of the class.",
"extends": "REPLACE me with the name of the base class of the class family, or the class the new class extends.",
"caption": "REPLACE me with a short, human friendly name of the base class.",
"name": "REPLACE me with a name of the class. It must be unique within the category. The name is all lower case letters, combine words using underscore.",
"uid": "REPLACE me with an INTEGER, it must be unique within the category.",
"attributes": {
"DELETE ME": "Ensure you adjust 'requirement' for all the attributes as desired.",
"attribute_1": {
"caption": "REPLACE me with an overridden caption of an attribute, IF NEEDED.",
"description": "REPLACE me with an overridden description of an attribute, IF NEEDED.",
"requirement": "optional"
},
"attribute_2": {
"requirement": "recommended"
},
"attribute_n": {
"requirement": "optional"
}
}
}