Fix: latestRequestReceivedAt (#12270)

This commit is contained in:
atsuchan 2023-11-11 14:51:29 +09:00 committed by GitHub
parent f635a48f64
commit 50430e310a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -103,5 +103,10 @@ export const packedFederationInstanceSchema = {
optional: false, nullable: true,
format: 'date-time',
},
latestRequestReceivedAt: {
type: 'string',
optional: false, nullable: true,
format: 'date-time',
},
},
} as const;