Код: Выделить всё
var jsonSchema = @"{
""$schema"": ""https://json-schema.org/draft/2020-12/schema"",
""type"": ""object"",
""properties"": {
""isCommander"": {
""type"": ""boolean"",
""description"": ""Is a Commander on a star ship"",
""default"": ""thisIsStringNotBoolean""
}
}
}";
var jsonSchemaObj = JsonSerializer.Deserialize(jsonSchema)!;
Подробнее здесь: https://stackoverflow.com/questions/793 ... ype-on-the
Мобильная версия