add httpMessageSignaturesImplementationLevel to FederationInstance
This commit is contained in:
parent
7751d80056
commit
16cea7d3b6
3 changed files with 6 additions and 0 deletions
|
|
@ -111,5 +111,9 @@ export const packedFederationInstanceSchema = {
|
|||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
},
|
||||
httpMessageSignaturesImplementationLevel: {
|
||||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue