{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionClientIdFacebook", "title": "ConnectionClientIdFacebook", "description": "Your Facebook App ID. You can find this in your [Facebook Developers Console](https://developers.facebook.com/apps) under the App Settings section.", "allOf": [ { "$ref": "#/components/schemas/ConnectionClientId" }, { "minLength": 0, "maxLength": 4096 } ] }