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

Apply for adding new json schema validator implementation for .Net: LateApexEarlySpeed.Json.Schema #258

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

lateapexearlyspeed
Copy link
Contributor

@lateapexearlyspeed lateapexearlyspeed commented Dec 13, 2023

Hello, recently I created my personal project about json schema implementation for .net. It is based on draft 2020-12, has known limitation currently listed in project doc but it also has some features and advantages. Currently it is a free close source project and may be transferred to be open source in future.

I am not sure if it is proper to be added to this website's implementation list. The description of implementation: https://github.com/lateapexearlyspeed/Lateapexearlyspeed.JsonSchema.Doc

Intention of writing this implementation:
Several years ago, I touched and learned json schema concept during work, and feel json schema is interesting concept because it can describe any data well, and I used some excellent json schema libraries for work. Years later, I would like to implement json schema myself and meantime try to find some difficulties so to improve my develop skills during design and coding, performance optimization and CICD experience for this project. Now I would also hope more people can use it.

Thanks !

Copy link

Hey there 👋!

Are you an implementer of a new JSON Schema related tool, or an interested user submitting a tool you like?
If so, thanks for considering adding your tool to our collection -- and if not, sorry, I'm just a bot looking at which pages you're modifying!

Someone will review your pull request shortly.

In the interim, if you haven't already, there's a few things you might be interested in reviewing or confirming:

  1. Short description: Tell us a small bit about your tool! We love staying up to date on what's out there, and what your intentions are in writing it.
  2. Come Join Our Slack!: We have an #implementers channel for anyone interested in or building JSON Schema tooling!
    An invite can be found here or on our homepage!
  3. Common Interfaces: We maintain a page with some "commonly useful programming interfaces" that tooling may want to implement and present to your users.
    You can find that page here in our documentation.
    Have a read through and consider whether you implement or should implement any of what's there.
  4. Bowtie Harness: Bowtie is a tool which gives JSON Schema users access to a huge number of different implementations across many languages, and reports on the compliance of those implementations with the JSON Schema specifications.
    If it makes sense for your kind of tool, consider writing a harness which connects it to Bowtie. Instructions for doing so can be found in the tutorial in Bowtie's documentation.

If you have any questions, any feedback, or need help with the submission process, don't hesitate to reach out.
Thanks a bunch for your awesome contribution!

Copy link
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Thanks a lot for adding your .NET implementation! Great job!

Copy link
Member

@Relequestual Relequestual left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

@Relequestual Relequestual merged commit c25d5d7 into json-schema-org:main Jan 8, 2024
2 checks passed
@benjagm
Copy link
Collaborator

benjagm commented Jan 9, 2024

We just promoted your implementation in social media:

@lateapexearlyspeed
Copy link
Contributor Author

Thanks, it is my pleasure to add this implementation :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants