-
Notifications
You must be signed in to change notification settings - Fork 0
/
rmceapi.nswag
76 lines (76 loc) · 51.3 KB
/
rmceapi.nswag
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"runtime": "Default",
"defaultVariables": null,
"documentGenerator": {
"fromDocument": {
"json": "{\r\n \"x-generator\": \"NSwag v13.11.1.0 (NJsonSchema v10.4.3.0 (Newtonsoft.Json v13.0.0.0))\",\r\n \"swagger\": \"2.0\",\r\n \"info\": {\r\n \"title\": \"Rolemaster API\",\r\n \"version\": \"1.0.0\"\r\n },\r\n \"host\": \"localhost:8100\",\r\n \"schemes\": [\r\n \"http\"\r\n ],\r\n \"produces\": [\r\n \"text/plain\",\r\n \"application/json\",\r\n \"text/json\"\r\n ],\r\n \"paths\": {\r\n \"/api/Character/DeleteCharacter/{id}\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_DeleteCharacter\",\r\n \"parameters\": [\r\n {\r\n \"type\": \"string\",\r\n \"name\": \"id\",\r\n \"in\": \"path\",\r\n \"required\": true,\r\n \"format\": \"guid\",\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character/GetCharacterResultById/{id}\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_GetCharacterResultById\",\r\n \"parameters\": [\r\n {\r\n \"type\": \"string\",\r\n \"name\": \"id\",\r\n \"in\": \"path\",\r\n \"required\": true,\r\n \"format\": \"guid\",\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfCharacterResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character/AnalyzeSimilarForCharacterd/{id}\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_AnalyzeSimilarForCharacterd\",\r\n \"parameters\": [\r\n {\r\n \"type\": \"string\",\r\n \"name\": \"id\",\r\n \"in\": \"path\",\r\n \"required\": true,\r\n \"format\": \"guid\",\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfAnalyzeSimilarResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character/GetCharacters\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_GetCharacters\",\r\n \"consumes\": [\r\n \"application/json-patch+json\",\r\n \"application/json\",\r\n \"text/json\",\r\n \"application/*+json\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"request\",\r\n \"in\": \"body\",\r\n \"required\": true,\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/WorldPageRequestInfo\"\r\n },\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfListOfCharacterResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character/GetCharactersByCampaign\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_GetCharactersByCampaign\",\r\n \"consumes\": [\r\n \"application/json-patch+json\",\r\n \"application/json\",\r\n \"text/json\",\r\n \"application/*+json\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"request\",\r\n \"in\": \"body\",\r\n \"required\": true,\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/PageRequestByCampaign\"\r\n },\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfListOfCharacterResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character/GetGuid\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_GetGuid\",\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_Post\",\r\n \"consumes\": [\r\n \"application/json-patch+json\",\r\n \"application/json\",\r\n \"text/json\",\r\n \"application/*+json\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"resultDto\",\r\n \"in\": \"body\",\r\n \"required\": true,\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/CharacterResult\"\r\n },\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/Character/test\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Character\"\r\n ],\r\n \"operationId\": \"Character_test\",\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/World/GetWorldById/{id}\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"World\"\r\n ],\r\n \"operationId\": \"World_GetWorldById\",\r\n \"parameters\": [\r\n {\r\n \"type\": \"string\",\r\n \"name\": \"id\",\r\n \"in\": \"path\",\r\n \"required\": true,\r\n \"format\": \"guid\",\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfWorldResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/World/GetCampaignsByWorldId/{id}\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"World\"\r\n ],\r\n \"operationId\": \"World_GetCampaignsByWorldId\",\r\n \"parameters\": [\r\n {\r\n \"type\": \"string\",\r\n \"name\": \"id\",\r\n \"in\": \"path\",\r\n \"required\": true,\r\n \"format\": \"guid\",\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfStringOf\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/World/UpdateSkillName\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"World\"\r\n ],\r\n \"operationId\": \"World_UpdateSkillName\",\r\n \"consumes\": [\r\n \"application/json-patch+json\",\r\n \"application/json\",\r\n \"text/json\",\r\n \"application/*+json\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"request\",\r\n \"in\": \"body\",\r\n \"required\": true,\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/WorldSkillNameUpdateRequest\"\r\n },\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/World/UpdateSkill\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"World\"\r\n ],\r\n \"operationId\": \"World_UpdateSkill\",\r\n \"consumes\": [\r\n \"application/json-patch+json\",\r\n \"application/json\",\r\n \"text/json\",\r\n \"application/*+json\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"request\",\r\n \"in\": \"body\",\r\n \"required\": true,\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/WorldSkillEditRequest\"\r\n },\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/World/GetSkillById/{id}\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"World\"\r\n ],\r\n \"operationId\": \"World_GetSkillById\",\r\n \"parameters\": [\r\n {\r\n \"type\": \"string\",\r\n \"name\": \"id\",\r\n \"in\": \"path\",\r\n \"required\": true,\r\n \"format\": \"guid\",\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfSkillResult\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/api/World/CreateCharacterById\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"World\"\r\n ],\r\n \"operationId\": \"World_CreateCharacterById\",\r\n \"consumes\": [\r\n \"application/json-patch+json\",\r\n \"application/json\",\r\n \"text/json\",\r\n \"application/*+json\"\r\n ],\r\n \"parameters\": [\r\n {\r\n \"name\": \"request\",\r\n \"in\": \"body\",\r\n \"required\": true,\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/WorldCharacterCreateRequest\"\r\n },\r\n \"x-nullable\": false\r\n }\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"x-nullable\": false,\r\n \"description\": \"\",\r\n \"schema\": {\r\n \"$ref\": \"#/definitions/ApiResultOfCharacterResult\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"definitions\": {\r\n \"ApiResult\": {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Success\"\r\n ],\r\n \"properties\": {\r\n \"Success\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"Message\": {\r\n \"type\": \"string\"\r\n },\r\n \"Errors\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"StackTrace\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"ApiResultOfCharacterResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Content\": {\r\n \"$ref\": \"#/definitions/CharacterResult\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"WorldId\",\r\n \"Age\",\r\n \"Apperance\",\r\n \"ClassId\",\r\n \"Experience\",\r\n \"Gender\",\r\n \"Hits1\",\r\n \"Hits2\",\r\n \"Level\",\r\n \"Money\",\r\n \"Move\",\r\n \"PowerPointMultiplier\",\r\n \"PrimaryDevelopment\",\r\n \"RaceId\",\r\n \"SecondaryDevelopment\",\r\n \"SocialStatus\",\r\n \"Weight\"\r\n ],\r\n \"properties\": {\r\n \"Campaign\": {\r\n \"type\": \"string\"\r\n },\r\n \"WorldId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"Age\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Apperance\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"ClassId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"ClassName\": {\r\n \"type\": \"string\"\r\n },\r\n \"Experience\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Description\": {\r\n \"type\": \"string\"\r\n },\r\n \"EyeColor\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Gender\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 1,\r\n \"minLength\": 1\r\n },\r\n \"HairColor\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Height\": {\r\n \"type\": \"string\"\r\n },\r\n \"Hits1\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Hits2\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Level\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Money\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Move\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 55\r\n },\r\n \"PowerPointMultiplier\": {\r\n \"type\": \"integer\"\r\n },\r\n \"PrimaryDevelopment\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"RaceId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"RaceName\": {\r\n \"type\": \"string\"\r\n },\r\n \"SecondaryDevelopment\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"SocialStatus\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Type\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Weight\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"World\": {\r\n \"$ref\": \"#/definitions/WorldResult\"\r\n },\r\n \"MovementRates\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterMovementRateResult\"\r\n }\r\n },\r\n \"DevelopmentData\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n }\r\n },\r\n \"PrimarySkills\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n }\r\n },\r\n \"SecondarySkills\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n }\r\n },\r\n \"Languages\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterLanguageResult\"\r\n }\r\n },\r\n \"Log\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterLogResult\"\r\n }\r\n },\r\n \"Items\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterItemResult\"\r\n }\r\n },\r\n \"Realms\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterRealmResult\"\r\n }\r\n },\r\n \"SpellLists\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterSpellListResult\"\r\n }\r\n },\r\n \"BaseSpellLists\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterBaseSpellListResult\"\r\n }\r\n },\r\n \"Stats\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterStatResult\"\r\n }\r\n },\r\n \"ExperienceLog\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterExperienceLogResult\"\r\n }\r\n },\r\n \"TopStats\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n }\r\n },\r\n \"AllTopStats\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n }\r\n },\r\n \"Similars\": {\r\n \"$ref\": \"#/definitions/AnalyzeSimilarResult\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"WorldResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"WorldId\"\r\n ],\r\n \"properties\": {\r\n \"WorldId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Classes\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/ClassViewItem\"\r\n }\r\n },\r\n \"Races\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/RaceViewItem\"\r\n }\r\n },\r\n \"Skills\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/SkillResult\"\r\n }\r\n },\r\n \"SpellLists\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/SpellListResult\"\r\n }\r\n },\r\n \"Herbs\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/HerbResult\"\r\n }\r\n },\r\n \"Items\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/ItemResult\"\r\n }\r\n },\r\n \"Weapons\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/WeaponResult\"\r\n }\r\n },\r\n \"Statistics\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/StatisticResult\"\r\n }\r\n },\r\n \"Categories\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CategoryResult\"\r\n }\r\n },\r\n \"StatisticBonuses\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/StatisticBonusResult\"\r\n }\r\n },\r\n \"SpellListTypes\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/SpellListTypeResult\"\r\n }\r\n },\r\n \"SpellUserTypes\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/SpellUserTypeResult\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"ClassViewItem\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"BaseResult\": {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Id\",\r\n \"ObjectState\"\r\n ],\r\n \"properties\": {\r\n \"Id\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"ObjectState\": {\r\n \"$ref\": \"#/definitions/ResultState\"\r\n }\r\n }\r\n },\r\n \"ResultState\": {\r\n \"type\": \"integer\",\r\n \"description\": \"\",\r\n \"x-enumNames\": [\r\n \"Unchanged\",\r\n \"Modified\",\r\n \"Added\",\r\n \"Deleted\"\r\n ],\r\n \"enum\": [\r\n 0,\r\n 1,\r\n 2,\r\n 3\r\n ]\r\n },\r\n \"RaceViewItem\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"SkillResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Expandable\",\r\n \"Primary\",\r\n \"SingleRank\",\r\n \"DoesNotDegrade\",\r\n \"SortOrder\"\r\n ],\r\n \"properties\": {\r\n \"CategoryId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"Expandable\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"Description\": {\r\n \"type\": \"string\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Primary\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"FirstStatId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SecondStatId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"ThirdStatId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SingleRank\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"DoesNotDegrade\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"SortOrder\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"SpellListResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"WorldId\"\r\n ],\r\n \"properties\": {\r\n \"Book\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 255\r\n },\r\n \"ClassesThatUseList\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 255\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 255\r\n },\r\n \"Page\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"SpellListTypeId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SpellListTypeName\": {\r\n \"type\": \"string\"\r\n },\r\n \"WorldId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"HerbResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseItemResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"EffectsWhenUsed\": {\r\n \"type\": \"string\"\r\n },\r\n \"Preparation\": {\r\n \"type\": \"string\"\r\n },\r\n \"Prepared\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Raw\": {\r\n \"type\": \"string\"\r\n },\r\n \"WhereFound\": {\r\n \"type\": \"string\"\r\n },\r\n \"Percentage\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"BaseItemResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\"\r\n },\r\n \"Cost\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"ItemResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseItemResult\"\r\n },\r\n {\r\n \"type\": \"object\"\r\n }\r\n ]\r\n },\r\n \"WeaponResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseItemResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Type\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"StatisticResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Development\",\r\n \"SortOrder\"\r\n ],\r\n \"properties\": {\r\n \"Development\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Stat\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 2\r\n },\r\n \"SortOrder\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CategoryResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"StatisticBonusResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Roll\"\r\n ],\r\n \"properties\": {\r\n \"Roll\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Development\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"PowerPoints\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Bonus\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"SpellListTypeResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"SpellUserTypeResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterMovementRateResult\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Rate\": {\r\n \"type\": \"string\"\r\n },\r\n \"Multiplier\": {\r\n \"type\": \"string\"\r\n },\r\n \"Base\": {\r\n \"type\": \"string\"\r\n },\r\n \"Feet001\": {\r\n \"type\": \"string\"\r\n },\r\n \"Feet003\": {\r\n \"type\": \"string\"\r\n },\r\n \"Feet005\": {\r\n \"type\": \"string\"\r\n },\r\n \"Feet010\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"CharacterDevelopmentResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Bonus\",\r\n \"Dedicated\",\r\n \"Expandable\",\r\n \"ExperienceCheck\",\r\n \"ExperienceCheckTwo\",\r\n \"FirstRank\",\r\n \"LevelBonus\",\r\n \"Primary\",\r\n \"Ranks\",\r\n \"RanksAdded\",\r\n \"SecondRank\",\r\n \"SkillId\",\r\n \"SingleRank\",\r\n \"DoesNotDegrade\",\r\n \"SortOrder\",\r\n \"TotalBonus\",\r\n \"CategoryId\",\r\n \"RankBonusTotal\",\r\n \"LevelBonusTotal\",\r\n \"StatBonusTotal\",\r\n \"SimiliarRanks\",\r\n \"SimiliarRanksUsed\"\r\n ],\r\n \"properties\": {\r\n \"Bonus\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Dedicated\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Expandable\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"ExperienceCheck\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"ExperienceCheckTwo\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"FirstRank\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"LevelBonus\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Primary\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Ranks\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"RanksAdded\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"SecondRank\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"SkillId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SingleRank\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"DoesNotDegrade\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"SortOrder\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"TotalBonus\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"CategoryId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"Category\": {\r\n \"type\": \"string\"\r\n },\r\n \"SkillName\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"SkillDescription\": {\r\n \"type\": \"string\"\r\n },\r\n \"FirstStatId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SecondStatId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"ThirdStatId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"FirstStatName\": {\r\n \"type\": \"string\"\r\n },\r\n \"Cost\": {\r\n \"type\": \"string\"\r\n },\r\n \"Stats\": {\r\n \"type\": \"string\"\r\n },\r\n \"ThirdStatName\": {\r\n \"type\": \"string\"\r\n },\r\n \"SecondStatName\": {\r\n \"type\": \"string\"\r\n },\r\n \"FirstStatAbbreviation\": {\r\n \"type\": \"string\"\r\n },\r\n \"SecondStatAbbreviation\": {\r\n \"type\": \"string\"\r\n },\r\n \"ThirdStatAbbreviation\": {\r\n \"type\": \"string\"\r\n },\r\n \"RankBonusTotal\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"LevelBonusTotal\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"StatBonusTotal\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"SimiliarRanks\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"SimiliarReasoning\": {\r\n \"type\": \"string\"\r\n },\r\n \"SimiliarRanksUsed\": {\r\n \"type\": \"boolean\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterLanguageResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Read\",\r\n \"Speak\"\r\n ],\r\n \"properties\": {\r\n \"Language\": {\r\n \"type\": \"string\",\r\n \"maxLength\": 50\r\n },\r\n \"Read\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Speak\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterLogResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"DateCreated\"\r\n ],\r\n \"properties\": {\r\n \"DateCreated\": {\r\n \"type\": \"string\",\r\n \"format\": \"date-time\"\r\n },\r\n \"LogItem\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterItemResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/CharacterBaseItemResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Value\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Notes\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterBaseItemResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Cost\",\r\n \"Quantity\"\r\n ],\r\n \"properties\": {\r\n \"Name\": {\r\n \"type\": \"string\"\r\n },\r\n \"Cost\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Quantity\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterRealmResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"RealmId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"RealmName\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterSpellListResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"BeginLevel\": {\r\n \"type\": \"integer\"\r\n },\r\n \"Current\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"EndLevel\": {\r\n \"type\": \"integer\"\r\n },\r\n \"Next\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"SpellListId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SpellListName\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterBaseSpellListResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"SpellListId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"SpellListName\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterStatResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"StatisticId\",\r\n \"Development\",\r\n \"Order\"\r\n ],\r\n \"properties\": {\r\n \"Potential\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Racial\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Roll\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Name\": {\r\n \"type\": \"string\"\r\n },\r\n \"Abbreviation\": {\r\n \"type\": \"string\"\r\n },\r\n \"StatisticId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"StatisticName\": {\r\n \"type\": \"string\"\r\n },\r\n \"Development\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"DevelopmentPoints\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"PowerPoints\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Bonus\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"Order\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"Total\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"CharacterExperienceLogResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/BaseResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"DateTime\",\r\n \"Experience\"\r\n ],\r\n \"properties\": {\r\n \"DateTime\": {\r\n \"type\": \"string\",\r\n \"format\": \"date-time\"\r\n },\r\n \"Notes\": {\r\n \"type\": \"string\"\r\n },\r\n \"Experience\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"AnalyzeSimilarResult\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"AnalyzeSimilarItems\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/AnalyzeSimilarItem\"\r\n }\r\n }\r\n }\r\n },\r\n \"AnalyzeSimilarItem\": {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"SumOfEffected\",\r\n \"CostToPurchase\"\r\n ],\r\n \"properties\": {\r\n \"Skill\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n },\r\n \"SumOfEffected\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"EffectedSkillsString\": {\r\n \"type\": \"string\"\r\n },\r\n \"CostToPurchase\": {\r\n \"type\": \"number\",\r\n \"format\": \"double\"\r\n },\r\n \"EffectedSkills\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterDevelopmentResult\"\r\n }\r\n }\r\n }\r\n },\r\n \"ApiResultOfAnalyzeSimilarResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Content\": {\r\n \"$ref\": \"#/definitions/AnalyzeSimilarResult\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"ApiResultOfListOfCharacterResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Content\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/definitions/CharacterResult\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"WorldPageRequestInfo\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/PageRequestInfo\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"WorldId\"\r\n ],\r\n \"properties\": {\r\n \"WorldId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"PageRequestInfo\": {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"RequestedPage\",\r\n \"RequestedPageSize\"\r\n ],\r\n \"properties\": {\r\n \"RequestedPage\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"RequestedPageSize\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"SortExpression\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"PageRequestByCampaign\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/WorldPageRequestInfo\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Campaign\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"ApiResultOfWorldResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Content\": {\r\n \"$ref\": \"#/definitions/WorldResult\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"ApiResultOfStringOf\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Content\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"WorldSkillNameUpdateRequest\": {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"SkillId\"\r\n ],\r\n \"properties\": {\r\n \"SkillId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"NewName\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"WorldSkillEditRequest\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Skill\": {\r\n \"$ref\": \"#/definitions/SkillResult\"\r\n }\r\n }\r\n },\r\n \"ApiResultOfSkillResult\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"#/definitions/ApiResult\"\r\n },\r\n {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"Content\": {\r\n \"$ref\": \"#/definitions/SkillResult\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"WorldCharacterCreateRequest\": {\r\n \"type\": \"object\",\r\n \"required\": [\r\n \"Id\",\r\n \"ClassId\"\r\n ],\r\n \"properties\": {\r\n \"Id\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"CharacterName\": {\r\n \"type\": \"string\"\r\n },\r\n \"ClassId\": {\r\n \"type\": \"string\",\r\n \"format\": \"guid\"\r\n },\r\n \"Campaign\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n}",
"url": "http://localhost:8100/swagger/v1/swagger.json",
"output": null,
"newLineBehavior": "Auto"
}
},
"codeGenerators": {
"openApiToTypeScriptClient": {
"className": "{controller}RMCEApiClient",
"moduleName": "",
"namespace": "",
"typeScriptVersion": 2.7,
"template": "Fetch",
"promiseType": "Promise",
"httpClass": "Http",
"withCredentials": false,
"useSingletonProvider": false,
"injectionTokenType": "OpaqueToken",
"rxJsVersion": 5.0,
"dateTimeType": "Date",
"nullValue": "Undefined",
"generateClientClasses": true,
"generateClientInterfaces": true,
"generateOptionalParameters": false,
"exportTypes": true,
"wrapDtoExceptions": true,
"exceptionClass": "SwaggerException",
"clientBaseClass": null,
"wrapResponses": true,
"wrapResponseMethods": [],
"generateResponseClasses": true,
"responseClass": "SwaggerResponse",
"protectedMethods": [],
"configurationClass": null,
"useTransformOptionsMethod": true,
"useTransformResultMethod": false,
"generateDtoTypes": true,
"operationGenerationMode": "SingleClientFromOperationId",
"markOptionalProperties": true,
"generateCloneMethod": false,
"typeStyle": "Class",
"enumStyle": "Enum",
"useLeafType": false,
"classTypes": [],
"extendedClasses": [],
"extensionCode": null,
"generateDefaultValues": true,
"excludedTypeNames": [],
"excludedParameterNames": [],
"handleReferences": false,
"generateConstructorInterface": true,
"convertConstructorInterfaceData": false,
"importRequiredTypes": true,
"useGetBaseUrlMethod": false,
"baseUrlTokenName": "API_BASE_URL",
"queryNullValue": "",
"useAbortSignal": false,
"inlineNamedDictionaries": false,
"inlineNamedAny": false,
"templateDirectory": null,
"typeNameGeneratorType": null,
"propertyNameGeneratorType": null,
"enumNameGeneratorType": null,
"checksumCacheEnabled": false,
"serviceHost": null,
"serviceSchemes": null,
"output": "src/services/rmce_api.ts",
"newLineBehavior": "Auto"
}
}
}