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

feat: implement YAML parser adapter for JSON Schema 2020-12 #4676

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

glowcloud
Copy link
Contributor

Refs #1868

@glowcloud glowcloud added enhancement New feature or request JSON Schema JSON Schema related work labels Jan 23, 2025
@glowcloud glowcloud requested a review from char0n January 23, 2025 08:35
@glowcloud glowcloud self-assigned this Jan 23, 2025
@glowcloud glowcloud added the YAML label Jan 23, 2025
Base automatically changed from 1820-ns-json-schema-2020-12 to main January 23, 2025 13:27
@glowcloud glowcloud force-pushed the 1868-parser-adapter-yaml branch from 142d551 to 6e5e85a Compare January 23, 2025 13:47
@@ -0,0 +1,63 @@
{
"name": "@swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12",
"version": "1.0.0-beta.7",
Copy link
Member

Choose a reason for hiding this comment

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

This will go for beta.8 release, after JSON parser adapter

Suggested change
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",

"author": "Vladimir Gorej",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime-corejs3": "^7.20.7",
Copy link
Member

Choose a reason for hiding this comment

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

deps needs to be aligned as well after release

Copy link
Member

@char0n char0n left a comment

Choose a reason for hiding this comment

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

Looking good here as well!

@char0n
Copy link
Member

char0n commented Jan 23, 2025

Can you please resolve conflicts and align with current 1.0.0-beta.9 ? THanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request JSON Schema JSON Schema related work YAML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants