Skip to content

Commit

Permalink
update typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineTrammi committed Dec 5, 2024
1 parent f327cb5 commit 1755e57
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions static/swagger/altinn-correspondence-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,27 +787,6 @@
},
"components": {
"schemas": {
"AtachmentStatusEvent": {
"type": "object",
"properties": {
"status": {
"$ref": "#/components/schemas/AttachmentStatusExt"
},
"statusText": {
"type": "string",
"nullable": true
},
"statusChanged": {
"type": "string",
"format": "date-time"
},
"partyUuid": {
"type": "string",
"format": "uuid"
}
},
"additionalProperties": false
},
"AttachmentDataLocationTypeExt": {
"enum": [
"AltinnCorrespondenceAttachment",
Expand Down Expand Up @@ -893,7 +872,7 @@
"statusHistory": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AtachmentStatusEvent"
"$ref": "#/components/schemas/AttachmentStatusEvent"
},
"nullable": true
}
Expand Down Expand Up @@ -978,6 +957,27 @@
},
"additionalProperties": false
},
"AttachmentStatusEvent": {
"type": "object",
"properties": {
"status": {
"$ref": "#/components/schemas/AttachmentStatusExt"
},
"statusText": {
"type": "string",
"nullable": true
},
"statusChanged": {
"type": "string",
"format": "date-time"
},
"partyUuid": {
"type": "string",
"format": "uuid"
}
},
"additionalProperties": false
},
"AttachmentStatusExt": {
"enum": [
"Initialized",
Expand Down Expand Up @@ -1535,7 +1535,7 @@
"enum": [
"NewCorrespondenceAttachment",
"ExistingCorrespondenceAttachment",
"ExisitingExternalStorage"
"ExistingExternalStorage"
],
"type": "string"
},
Expand Down

0 comments on commit 1755e57

Please sign in to comment.