SunSpecOrangeButton / ob-openapi-taxonomy

Master Files for OB OpenAPI
3 stars 10 forks source link

Date fields should use the date in the Value, not additionally use StartTime and End Time Primitives #43

Open jrippingale opened 3 years ago

jrippingale commented 3 years ago

TaskCompletedDate currently uses this Sample Value and Usage Tips: Usage Tips: Use EndTime for the actual completed date. StartTime should be the task start date Sample: { "EndTime": "2020-11-30", "StartTime": "2020-05-30" }

Because the concept name represents a single value, this should have one value and be used like this: Sample: { "Value": "2020-11-30"}

Similar issue with TaskDueDate