Feature

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
FeatureCode string Feature code identifier
FeatureName string Feature display name
FeatureDescription string Feature description
EnabledFlag boolean Whether the feature is enabled
View JSON Schema on GitHub

JSON Schema

oracle-fusion-feature-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Feature",
  "title": "Feature",
  "type": "object",
  "properties": {
    "FeatureCode": {
      "type": "string",
      "description": "Feature code identifier"
    },
    "FeatureName": {
      "type": "string",
      "description": "Feature display name"
    },
    "FeatureDescription": {
      "type": "string",
      "description": "Feature description"
    },
    "EnabledFlag": {
      "type": "boolean",
      "description": "Whether the feature is enabled"
    }
  }
}