{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_github", "title": "GitHub", "allOf": [ { "$ref": "#/components/schemas/access_identity-provider" }, { "properties": { "config": { "$ref": "#/components/schemas/access_generic-oauth-config" } }, "type": "object" } ], "type": "object" }