CommonLookupCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
LookupType string
Meaning string
Description string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-commonlookupcreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommonLookupCreate",
  "title": "CommonLookupCreate",
  "type": "object",
  "required": [
    "LookupType",
    "Meaning"
  ],
  "properties": {
    "LookupType": {
      "type": "string"
    },
    "Meaning": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    }
  }
}