buildable: {
    valid: function(options) {
      return options.buildable === true || options.buildable === false;
    },