Skip to content

Commit

Permalink
chore(assets): Recompile OpenAPI
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 11, 2024
1 parent bd018fc commit 1d29077
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 40 deletions.
24 changes: 12 additions & 12 deletions openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@
"type": "string"
}
}
},
"RichObjectParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
}
}
},
Expand Down Expand Up @@ -422,20 +428,14 @@
"description": "Message of the notification"
},
"subjectParameters": {
"type": "object",
"default": {},
"description": "Rich objects to fill the subject placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters",
"default": [],
"description": "Rich objects to fill the subject placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}"
},
"messageParameters": {
"type": "object",
"default": {},
"description": "Rich objects to fill the message placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters",
"default": [],
"description": "Rich objects to fill the message placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}"
}
}
}
Expand Down
34 changes: 14 additions & 20 deletions openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,13 @@
"type": "string"
},
"subjectRichParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters"
},
"messageRich": {
"type": "string"
},
"messageRichParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters"
},
"icon": {
"type": "string"
Expand Down Expand Up @@ -304,6 +298,12 @@
"type": "string"
}
}
},
"RichObjectParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
}
}
},
Expand Down Expand Up @@ -1226,20 +1226,14 @@
"description": "Message of the notification"
},
"subjectParameters": {
"type": "object",
"default": {},
"description": "Rich objects to fill the subject placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters",
"default": [],
"description": "Rich objects to fill the subject placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}"
},
"messageParameters": {
"type": "object",
"default": {},
"description": "Rich objects to fill the message placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters",
"default": [],
"description": "Rich objects to fill the message placeholders, {@see \\OCP\\RichObjectStrings\\Definitions}"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,13 @@
"type": "string"
},
"subjectRichParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters"
},
"messageRich": {
"type": "string"
},
"messageRichParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
"$ref": "#/components/schemas/RichObjectParameters"
},
"icon": {
"type": "string"
Expand Down Expand Up @@ -285,6 +279,12 @@
"type": "string"
}
}
},
"RichObjectParameters": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/RichObjectParameter"
}
}
}
},
Expand Down

0 comments on commit 1d29077

Please sign in to comment.