keitaro-api-skill/references/schemas/Facebook.yaml

49 lines
999 B
YAML

type: object
properties:
id:
description: Intergration ID
type: integer
integration:
description: The integration name
type: string
proxy_enabled:
description: Use proxy
type: boolean
name:
description: The integration name
type: string
ad_account_id:
description: Facebook account ID
type: string
token:
description: Facebook token
type: string
last_error:
description: Last error
type: string
last_raw_error:
description: Error message from facebook
type: string
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