Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

18 tnilablecustommodel returns empty object #20

Merged
merged 4 commits into from
May 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
sergiobayona committed May 8, 2024
commit 6f066090b434b0e0a926797cf6db7d61b4eb9d6c
3 changes: 1 addition & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -21,8 +21,7 @@
title: EasyTalk
email: bayona.sergio@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
EasyTalk is a Ruby library that simplifies defining and generating
JSON Schema documents, and validates that JSON data conforms to these schemas.
EasyTalk: define and generate JSON Schema documents.
baseurl: "/easy_talk" # the subpath of your site, e.g. /blog
url: "https://sergiobayona.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: sergiobayona
1 change: 1 addition & 0 deletions docs/index.markdown
Original file line number Diff line number Diff line change
@@ -4,3 +4,4 @@

layout: home
---
EasyTalk is a Ruby library that simplifies defining and generating JSON Schema documents, and validates that JSON data conforms to these schemas.