Skip to content

Commit 16f6792

Browse files
Update Schema Name
Used to make sure kiota generates a type name that is understandable.
1 parent edca7ea commit 16f6792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/Url-Shortener.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"schemas": {
36-
"Auth.Id": {
36+
"Auth.ContextIdList": {
3737
"title": "Auth IDs required to authenticate",
3838
"description": "Object containing IDs necessary to perform user authentication in the EntraID.",
3939
"examples": [
@@ -628,7 +628,7 @@
628628
}
629629
},
630630
"schema": {
631-
"$ref": "#/components/schemas/Auth.Id"
631+
"$ref": "#/components/schemas/Auth.ContextIdList"
632632
}
633633
}
634634
}

0 commit comments

Comments
 (0)