Master Data Reference of GS2-Dictionary

Reference of the format of master data and various models to be imported

Master Data Format

{
  "version": "2020-04-30",
  "entryModels": [
    {
      "name": "[string]Entry Model Name",
      "metadata": "[string?]Metadata"
    }
  ]
}
TypeConditionRequiredDefaultValue LimitsDescription
versionstring
2020-04-30Format version of master data
entryModelsList<EntryModel>~ 10000 itemsEntry Model
The Entry Model is the entity to be recorded in the index.
This section defines what kind of entities can be recorded in the index.

Model

EntryModel

Entry Model

The Entry Model is the entity to be recorded in the index. This section defines what kind of entities can be recorded in the index.

TypeConditionRequiredDefaultValue LimitsDescription
entryModelIdstring
✓*
~ 1024 charsEntry Model GRN
* Automatically configured on the server
namestring
~ 128 charsEntry Model Name
metadatastring~ 2048 charsMetadata
Arbitrary values can be set in the metadata.
Since they do not affect GS2’s behavior, they can be used to store information used in the game.