DeliverableCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
DeliverableName string
Description string
DueDate string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-deliverablecreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliverableCreate",
  "title": "DeliverableCreate",
  "type": "object",
  "required": [
    "DeliverableName",
    "DueDate"
  ],
  "properties": {
    "DeliverableName": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "DueDate": {
      "type": "string",
      "format": "date"
    }
  }
}