Skip to content

Latest commit

 

History

History
161 lines (94 loc) · 4.59 KB

PactCategory.md

File metadata and controls

161 lines (94 loc) · 4.59 KB

Pact Category

Definitions

Pact Category (PactCategory)

  • Type: Object
Key Description Details
id The pact category's identifier. An unique, increasing integer. See details
types Types of creatures in this category. See details
domains Domains in this category. See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The pact category's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

types

Types of creatures in this category.

domains

Domains in this category.

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


PactCategory/types[]


PactCategory/domains[]


PactCategoryTranslation

  • Type: Object
Key Description Details
name The name of the pact category. See details
errata? See details

name

The name of the pact category.

errata?


PactType

  • Type: Object
Key Description Details
id The type's identifier. An unique, increasing integer. See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The type's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

translations

All translations for the entry, identified by IETF language tag (BCP47).


PactTypeTranslation

  • Type: Object
Key Description Details
name The name of the type. See details

name

The name of the type.


PactDomain

  • Type: Object
Key Description Details
id The domain's identifier. An unique, increasing integer. See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The domain's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

translations

All translations for the entry, identified by IETF language tag (BCP47).


PactDomainTranslation

  • Type: Object
Key Description Details
name The name of the domain. See details

name

The name of the domain.