Skip to content

Commit

Permalink
interfaceObject version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RoKKim authored and jmartisk committed Mar 4, 2024
1 parent ae7e2f9 commit 0920d08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class LinkProcessor {
private static final Pattern FEDERATION_VERSION_PATTERN = Pattern.compile("/v([\\d.]+)$");
private static final Map<String, String> FEDERATION_DIRECTIVES_VERSION = Map.of(
"@composeDirective", "2.1",
"@interfaceObject", "2.4",
"@interfaceObject", "2.3",
"@authenticated", "2.5",
"@requiresScopes", "2.5",
"@policy", "2.6");
Expand Down

0 comments on commit 0920d08

Please sign in to comment.