fix: update schemas

This commit is contained in:
Yarmo Mackenbach 2023-10-03 13:10:17 +02:00
parent 86b2b35462
commit cf78f90251
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -226,6 +226,10 @@ export const claimSchema = {
serviceProviderName: {
type: ['string', 'null'],
description: 'Name of the service provider to display in the user interface'
},
serviceProviderId: {
type: ['string', 'null'],
description: 'Id of the service provider'
}
}
}