Interface ScanlationGroupAttributesSchema

ScanlationGroupAttributes

Hierarchy

  • ScanlationGroupAttributesSchema

Implemented by

Properties

contactEmail: null | string
createdAt: Date

Format

date-time

description: null | string
discord: null | string
exLicensed: boolean
focusedLanguage: null | string[]
inactive: boolean
ircChannel: null | string
ircServer: null | string
locked: boolean
mangaUpdates: null | string
name: string
official: boolean
publishDelay: string

Should respected ISO 8601 duration specification: https://en.wikipedia.org/wiki/ISO_8601#Durations

Pattern

^(P([1-9]|[1-9][0-9])D)?(P?([1-9])W)?(P?T(([1-9]|1[0-9]|2[0-4])H)?(([1-9]|[1-5][0-9]|60)M)?(([1-9]|[1-5][0-9]|60)S)?)?$

Example

"P4D"
twitter: null | string

Format

uri

Pattern

^https?://

updatedAt: Date

Format

date-time

verified: boolean
version: number

Min

1

website: null | string

Generated using TypeDoc