Schang1146 (talk | contribs)
Update Type field name to be more descriptive of what it represents
Fixed an issue where using this in visualeditor, you get the description showing as the example. I made the description an actual description.
 
Line 67: Line 67:
"required": true
"required": true
},
},
        "Type" : {
"Type": {
"type": "string",
"description": "Type of company ownership",
"description": "Ownership status of company",
"example": "Public, Private, Government, Subsidiary",
"required": true
"required": true
        },
},
"Founded": {
"Founded": {
"type": "string",
"type": "string",
Line 79: Line 79:
"Industry": {
"Industry": {
"type": "string",
"type": "string",
"description": "conglomerate, electronics manufacturer",
"description": "The industry (or industries) the company is in",
"example": "Electronics, EV's, Esc",
"example": "Electronics, EV's, Esc",
"required": true
"required": true
Line 94: Line 94:
"autovalue": "QuestionMark.svg",
"autovalue": "QuestionMark.svg",
"default": "QuestionMark.svg",
"default": "QuestionMark.svg",
"required": true
},
"Type": {
"description": "Type of company ownership",
"example": "Public, Private, Government, Subsidiary",
"required": true
"required": true
}
}