The theme object
When a theme is uploaded or activated, the response is athemes array containing one theme object with metadata about the theme, as well as its status (active or not).
name: String The name of the theme. This is the value that is used to activate the theme.
package: Object The contents of the package.json file is exposed in the API as it contains useful theme metadata.
active: Boolean The status of the theme showing if the theme is currently used or not.
templates: Array The list of templates defined by the theme.

