Format project and run misc/update.sh

This commit is contained in:
Adis Veletanlic
2025-04-14 13:41:43 +02:00
parent b8ccb4edd0
commit 1611bb652a
4 changed files with 29 additions and 49 deletions

View File

@@ -2156,50 +2156,28 @@
},
"SignInWithApple": {
"type": "object",
"oneOf": [
{
"required": [
"key_id",
"private_key_file",
"team_id"
],
"properties": {
"private_key_file": {
"description": "The private key file used to sign the `id_token`",
"type": "string"
},
"team_id": {
"description": "The Team ID of the Apple Developer Portal",
"type": "string"
},
"key_id": {
"description": "The key ID of the Apple Developer Portal",
"type": "string"
}
}
"required": [
"key_id",
"team_id"
],
"properties": {
"private_key_file": {
"description": "The private key file used to sign the `id_token`",
"type": "string"
},
{
"required": [
"key_id",
"private_key",
"team_id"
],
"properties": {
"private_key": {
"description": "The private key used to sign the `id_token`",
"type": "string"
},
"team_id": {
"description": "The Team ID of the Apple Developer Portal",
"type": "string"
},
"key_id": {
"description": "The key ID of the Apple Developer Portal",
"type": "string"
}
}
"private_key": {
"description": "The private key used to sign the `id_token`",
"type": "string"
},
"team_id": {
"description": "The Team ID of the Apple Developer Portal",
"type": "string"
},
"key_id": {
"description": "The key ID of the Apple Developer Portal",
"type": "string"
}
]
}
},
"DiscoveryMode": {
"description": "How to discover the provider's configuration",
@@ -2596,4 +2574,4 @@
}
}
}
}
}