Feature (JSON)
A description of a FamilySearch feature.
URI: | Feature |
---|
Properties
Name | Type | Description | |
---|---|---|---|
name | string | The name of the feature. | |
description | string | A description of the feature. | |
enabled | boolean | Whether the feature is enabled for the current request. | |
activationDate | number | The date that this feature is scheduled to activate permanently. |
Example
{ "name" : "...", "description" : "...", "enabled" : true, "activationDate" : 12345 }