Fix typos in parameter names
Change-Id: I652e8b85632789d5172593154ddd9fef7508f359
This commit is contained in:
@@ -163,11 +163,11 @@ AUTH_TOKEN_ISSUE_SCHEMA: dict[str, Any] = replace_refs(
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"descripion": "The ID of the application credential used for authentication. If not provided, the application credential must be identified by its name and its owning user.",
|
||||
"description": "The ID of the application credential used for authentication. If not provided, the application credential must be identified by its name and its owning user.",
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"descripion": "The name of the application credential used for authentication. If provided, must be accompanied by a user object.",
|
||||
"description": "The name of the application credential used for authentication. If provided, must be accompanied by a user object.",
|
||||
},
|
||||
"secret": {
|
||||
"type": "string",
|
||||
|
||||
@@ -313,7 +313,7 @@ def _get_schema_ref(
|
||||
TypeSchema(
|
||||
type="string",
|
||||
format="xml",
|
||||
descripion="SAML assertion in XML format",
|
||||
description="SAML assertion in XML format",
|
||||
),
|
||||
)
|
||||
ref = f"#/components/schemas/{name}"
|
||||
@@ -417,7 +417,7 @@ def _get_schema_ref(
|
||||
TypeSchema(
|
||||
type="string",
|
||||
format="xml",
|
||||
descripion="Identity Provider metadata information in XML format",
|
||||
description="Identity Provider metadata information in XML format",
|
||||
),
|
||||
)
|
||||
ref = f"#/components/schemas/{name}"
|
||||
|
||||
Reference in New Issue
Block a user