@@ -372,11 +372,11 @@ Any Of = 'Item '0' =
372
372
IsOutputSchema = 'false'
373
373
SourceURL = ''
374
374
Property 'scopes' =
375
- Description = 'List of scopes the client is authorized to access
375
+ Description = 'List of scopes the client is authorized to access. Scopes must be
376
+ composed of printable ASCII characters and spaces.
376
377
'
377
378
Items
378
- Description = 'Scope the client is authorized to access
379
- '
379
+ Pattern = '^[ -~]*$'
380
380
Type = 'string'
381
381
TypeName = 'scopes'
382
382
IsInputSchema = 'false'
@@ -436,6 +436,7 @@ Description = 'Response from a request to authenticate a hawk request
436
436
ID = 'http://schemas.taskcluster.net/auth/v1/authenticate-hawk-response.json#'
437
437
Schema = 'http://json-schema.org/draft-04/schema#'
438
438
Title = 'Hawk Signature Authentication Response'
439
+ Type = 'object'
439
440
TypeName = 'Object'
440
441
IsInputSchema = 'false'
441
442
IsOutputSchema = 'true'
@@ -627,11 +628,13 @@ Properties
627
628
IsOutputSchema = 'false'
628
629
SourceURL = ''
629
630
Property 'expandedScopes' =
630
- Description = 'List of scopes granted to this client by matching roles.
631
+ Description = 'List of scopes granted to this client by matching roles. Scopes must be
632
+ composed of printable ASCII characters and spaces.
631
633
'
632
634
Items
633
635
Description = 'Scope that client is granted by a role
634
636
'
637
+ Pattern = '^[ -~]*$'
635
638
Type = 'string'
636
639
TypeName = 'expandedScopes'
637
640
IsInputSchema = 'false'
@@ -708,11 +711,13 @@ Properties
708
711
IsOutputSchema = 'false'
709
712
SourceURL = ''
710
713
Property 'scopes' =
711
- Description = 'List of scopes the role grants access to
714
+ Description = 'List of scopes the role grants access to. Scopes must be composed of
715
+ printable ASCII characters and spaces.
712
716
'
713
717
Items
714
718
Description = 'Scope the role grants access to
715
719
'
720
+ Pattern = '^[ -~]*$'
716
721
Type = 'string'
717
722
TypeName = 'scopes'
718
723
IsInputSchema = 'false'
@@ -790,11 +795,13 @@ Items
790
795
IsOutputSchema = 'false'
791
796
SourceURL = ''
792
797
Property 'scopes' =
793
- Description = 'List of scopes the client is authorized to access
798
+ Description = 'List of scopes the client is authorized to access. Scopes must be
799
+ composed of printable ASCII characters and spaces.
794
800
'
795
801
Items
796
802
Description = 'Scope the client is authorized to access
797
803
'
804
+ Pattern = '^[ -~]*$'
798
805
Type = 'string'
799
806
TypeName = 'scopes'
800
807
IsInputSchema = 'false'
@@ -856,11 +863,13 @@ Properties
856
863
IsOutputSchema = 'false'
857
864
SourceURL = ''
858
865
Property 'expandedScopes' =
859
- Description = 'List of scopes granted to this client by matching roles.
866
+ Description = 'List of scopes granted to this client by matching roles. Scopes must be
867
+ composed of printable ASCII characters and spaces.
860
868
'
861
869
Items
862
870
Description = 'Scope that client is granted by a role
863
871
'
872
+ Pattern = '^[ -~]*$'
864
873
Type = 'string'
865
874
TypeName = 'expandedScopes'
866
875
IsInputSchema = 'false'
@@ -953,6 +962,7 @@ Properties
953
962
Items
954
963
Description = 'Scope this role grants
955
964
'
965
+ Pattern = '^[ -~]*$'
956
966
Type = 'string'
957
967
TypeName = 'expandedScopes'
958
968
IsInputSchema = 'false'
@@ -981,11 +991,13 @@ Properties
981
991
IsOutputSchema = 'false'
982
992
SourceURL = ''
983
993
Property 'scopes' =
984
- Description = 'List of scopes the role grants access to
994
+ Description = 'List of scopes the role grants access to. Scopes must be composed of
995
+ printable ASCII characters and spaces.
985
996
'
986
997
Items
987
998
Description = 'Scope the role grants access to
988
999
'
1000
+ Pattern = '^[ -~]*$'
989
1001
Type = 'string'
990
1002
TypeName = 'scopes'
991
1003
IsInputSchema = 'false'
0 commit comments