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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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.

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.

1 participant