projectContentType
Description
Statements of background, need, objectives and body of the project.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Background | Statement of background for the project. May be written in HTML. | No | string |
| Need | Statement of need for the project. May be written in HTML. | No | string |
| Objectives | Statement of objectives of the project. May be written in HTML. | No | string |
| Body | Body content for the project. May be written in HTML. | No | string |
Examples
Example 1
{
"background": "background",
"need": "need",
"objectives": "objectives",
"body": "body"
}