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

53 lines
832 B
YAML

type: object
properties:
id:
type: integer
format: int32
name:
type: string
network_status:
type: string
default_campaign:
type: string
default_campaign_id:
type: integer
format: int32
state:
type: string
default: active
enum:
- active
- deleted
created_at:
type: string
updated_at:
type: string
catch_not_found:
type: boolean
campaigns_count:
type: integer
format: int32
ssl_redirect:
type: boolean
allow_indexing:
type: boolean
admin_dashboard:
type: boolean
cloudflare_proxy:
type: boolean
group_id:
type: integer
format: int32
group:
type: string
is_ssl:
type: boolean
dns_provider:
type: string
error_solution:
type: string
status:
type: string
notes:
type: string