37 lines
744 B
YAML
37 lines
744 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
description: The integration name
|
|
type: string
|
|
ad_account_id:
|
|
description: Facebook account ID
|
|
type: string
|
|
token:
|
|
description: Facebook yoken
|
|
type: string
|
|
proxy_enabled:
|
|
description: Use proxy to connect
|
|
type: boolean
|
|
proxy:
|
|
type: object
|
|
properties:
|
|
protocol:
|
|
description: Protocol
|
|
type: string
|
|
enum:
|
|
- http
|
|
- https
|
|
- socks5
|
|
address:
|
|
description: Proxy address
|
|
type: string
|
|
port:
|
|
description: Proxy port
|
|
type: integer
|
|
login:
|
|
description: Proxy login
|
|
type: string
|
|
password:
|
|
description: Proxy password
|
|
type: string
|