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

fix: Dofigen JSON Schema #4312

Merged
merged 2 commits into from
Dec 29, 2024
Merged

fix: Dofigen JSON Schema #4312

merged 2 commits into from
Dec 29, 2024

Conversation

taorepoara
Copy link
Contributor

Some fixes.

I also found a way to test the JSON Schema locally in VSCode before adding it to this project, but I don't know where to document that.

In the .vscode/settings.json:

{
	"json.schemas": [
		{
			"fileMatch": [
				"*.json"
			],
			"url": "./my-schema-path.schema.json"
		}
	],
	"yaml.schemas": {
		"./my-schema-path.schema.json": "*.yml"
	}
}

@github-actions github-actions bot added the documentation "**/*.md" folder is updated (auto-generated by labeler action) label Dec 24, 2024
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@hyperupcall
Copy link
Member

Thanks! The documentation doesn't yet have a section for testing schemas - I'll add that next time I'm editing CONTRIBUTING.md

@hyperupcall hyperupcall merged commit 8040e58 into SchemaStore:master Dec 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation "**/*.md" folder is updated (auto-generated by labeler action)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants