Skip to content

Commit

Permalink
adding systemData property
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasundhra Manhas committed Jan 6, 2022
1 parent c006403 commit a0e3ede
Showing 1 changed file with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,10 @@
},
"readOnly": true
},
"createdOn": {
"type": "string",
"description": "DateTime in UTC when the task was created"
"systemData": {
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
},
"allOf": [
Expand Down Expand Up @@ -644,9 +645,10 @@
"type": "string",
"description": "task id"
},
"createdOn": {
"type": "string",
"description": "DateTime in UTC when the task was created"
"systemData": {
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
},
"parentTaskId": {
"type": "string",
Expand Down Expand Up @@ -708,9 +710,10 @@
"type": "boolean",
"description": "whether the task can be cloned or not"
},
"createdOn": {
"type": "string",
"description": "DateTime in UTC when the task was created"
"systemData": {
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
},
"allOf": [
Expand Down Expand Up @@ -812,9 +815,10 @@
"type": "string",
"description": "task id"
},
"createdOn": {
"type": "string",
"description": "DateTime in UTC when the task was created"
"systemData": {
"$ref": "../sqlmigration.json#/definitions/SystemData",
"description": "Metadata pertaining to creation and last modification of the resource.",
"readOnly": true
}
},
"allOf": [
Expand Down

0 comments on commit a0e3ede

Please sign in to comment.