Metadata about a single resource class.
name | data type | description |
---|---|---|
icon | string | |
root | string | |
landing | string | |
landingsubres | string | |
descriptiondetails | string | |
description | string | |
sizedescription | string | |
names | array of string | |
descriptions | array of string | |
sizes | array of number | |
times | array of number | |
precedence | number |
Example
{ "icon" : "...", "root" : "...", "landing" : "...", "landingsubres" : "...", "descriptiondetails" : "...", "description" : "...", "sizedescription" : "...", "names" : [ "...", "..." ], "descriptions" : [ "...", "..." ], "sizes" : [ 12345, 12345 ], "times" : [ 12345, 12345 ], "precedence" : 12345 }