We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ac75b commit 4b1433dCopy full SHA for 4b1433d
schemas/v3.0/schema.yaml
@@ -1,4 +1,4 @@
1
-id: https://spec.openapis.org/oas/3.0/schema/2020-02-25
+id: https://spec.openapis.org/oas/3.0/schema/2021-08-12
2
$schema: http://json-schema.org/draft-04/schema#
3
description: Validation schema for OpenAPI Specification 3.0.X.
4
type: object
@@ -892,6 +892,7 @@ definitions:
892
893
required:
894
- tokenUrl
895
+ - scopes
896
properties:
897
tokenUrl:
898
type: string
@@ -911,6 +912,7 @@ definitions:
911
912
913
914
915
916
917
918
@@ -931,6 +933,7 @@ definitions:
931
933
932
934
- authorizationUrl
935
936
937
938
authorizationUrl:
939
0 commit comments