class ArticleSchema

Defined in:

schemas/article_schema.cr

Constant Summary

FIELDS_ = {"title" => {type: "string", kwargs: {max_size: 255}}, "content" => {type: "string", kwargs: {}}} of Nil => Nil