using System; using System.Collections.Generic; using Cpp2IlInjected; namespace Singular.Newtonsoft.Json.Schema { // Token: 0x020000A9 RID: 169 [Token(Token = "0x2000075")] internal static class JsonSchemaConstants { // Token: 0x04000227 RID: 551 [Token(Token = "0x400018E")] public const string TypePropertyName = "type"; // Token: 0x04000228 RID: 552 [Token(Token = "0x400018F")] public const string PropertiesPropertyName = "properties"; // Token: 0x04000229 RID: 553 [Token(Token = "0x4000190")] public const string ItemsPropertyName = "items"; // Token: 0x0400022A RID: 554 [Token(Token = "0x4000191")] public const string RequiredPropertyName = "required"; // Token: 0x0400022B RID: 555 [Token(Token = "0x4000192")] public const string PatternPropertiesPropertyName = "patternProperties"; // Token: 0x0400022C RID: 556 [Token(Token = "0x4000193")] public const string AdditionalPropertiesPropertyName = "additionalProperties"; // Token: 0x0400022D RID: 557 [Token(Token = "0x4000194")] public const string RequiresPropertyName = "requires"; // Token: 0x0400022E RID: 558 [Token(Token = "0x4000195")] public const string IdentityPropertyName = "identity"; // Token: 0x0400022F RID: 559 [Token(Token = "0x4000196")] public const string MinimumPropertyName = "minimum"; // Token: 0x04000230 RID: 560 [Token(Token = "0x4000197")] public const string MaximumPropertyName = "maximum"; // Token: 0x04000231 RID: 561 [Token(Token = "0x4000198")] public const string ExclusiveMinimumPropertyName = "exclusiveMinimum"; // Token: 0x04000232 RID: 562 [Token(Token = "0x4000199")] public const string ExclusiveMaximumPropertyName = "exclusiveMaximum"; // Token: 0x04000233 RID: 563 [Token(Token = "0x400019A")] public const string MinimumItemsPropertyName = "minItems"; // Token: 0x04000234 RID: 564 [Token(Token = "0x400019B")] public const string MaximumItemsPropertyName = "maxItems"; // Token: 0x04000235 RID: 565 [Token(Token = "0x400019C")] public const string PatternPropertyName = "pattern"; // Token: 0x04000236 RID: 566 [Token(Token = "0x400019D")] public const string MaximumLengthPropertyName = "maxLength"; // Token: 0x04000237 RID: 567 [Token(Token = "0x400019E")] public const string MinimumLengthPropertyName = "minLength"; // Token: 0x04000238 RID: 568 [Token(Token = "0x400019F")] public const string EnumPropertyName = "enum"; // Token: 0x04000239 RID: 569 [Token(Token = "0x40001A0")] public const string OptionsPropertyName = "options"; // Token: 0x0400023A RID: 570 [Token(Token = "0x40001A1")] public const string ReadOnlyPropertyName = "readonly"; // Token: 0x0400023B RID: 571 [Token(Token = "0x40001A2")] public const string TitlePropertyName = "title"; // Token: 0x0400023C RID: 572 [Token(Token = "0x40001A3")] public const string DescriptionPropertyName = "description"; // Token: 0x0400023D RID: 573 [Token(Token = "0x40001A4")] public const string FormatPropertyName = "format"; // Token: 0x0400023E RID: 574 [Token(Token = "0x40001A5")] public const string DefaultPropertyName = "default"; // Token: 0x0400023F RID: 575 [Token(Token = "0x40001A6")] public const string TransientPropertyName = "transient"; // Token: 0x04000240 RID: 576 [Token(Token = "0x40001A7")] public const string DivisibleByPropertyName = "divisibleBy"; // Token: 0x04000241 RID: 577 [Token(Token = "0x40001A8")] public const string HiddenPropertyName = "hidden"; // Token: 0x04000242 RID: 578 [Token(Token = "0x40001A9")] public const string DisallowPropertyName = "disallow"; // Token: 0x04000243 RID: 579 [Token(Token = "0x40001AA")] public const string ExtendsPropertyName = "extends"; // Token: 0x04000244 RID: 580 [Token(Token = "0x40001AB")] public const string IdPropertyName = "id"; // Token: 0x04000245 RID: 581 [Token(Token = "0x40001AC")] public const string OptionValuePropertyName = "value"; // Token: 0x04000246 RID: 582 [Token(Token = "0x40001AD")] public const string OptionLabelPropertyName = "label"; // Token: 0x04000247 RID: 583 [Token(Token = "0x40001AE")] public const string ReferencePropertyName = "$ref"; // Token: 0x04000248 RID: 584 [Token(Token = "0x40001AF")] public static readonly IDictionary JsonSchemaTypeMapping; } }