TaskEntity

Extends

Entity

Base schema for task resource entities

Field Required Nullable Type Description Constraints Example

@type

Yes

No

String

When sub-classing, this defines the sub-class Extensible name

@baseType

No

No

String

When sub-classing, this defines the super-class

@schemaLocation

No

No

String

A URI to a JSON-Schema file that defines additional attributes and relationships

id

No

No

String

Unique identifier

2d7ed5fd-9f62-4211-bc84-357f5f7b80f5

href

No

No

URI

Hyperlink reference

https://api.example.org/resource/id

state

Yes

No

TaskStateType

requestDate

Yes

No

DateTime

Date when the task resource was created

2023-01-01T08:00:00+01:00

requestPostedDate

Yes

No

DateTime

Date when the request was posted

2023-01-01T08:00:00+01:00

entity

Yes

No

EntityRef