Skip to content

Added automated schema to md generation #792

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"validate": "pnpm validate:collections && pnpm validate:projects",
"validate:collections": "pnpm start validate-collections",
"validate:projects": "pnpm start validate-projects",
"pyright": "pyright --pythonpath $(poetry env info --path)/bin/python"
"pyright": "pyright --pythonpath $(poetry env info --path)/bin/python",
"schema2md": "pnpm jsonschema2md -d src/resources/schema -o src/resources/schema2md -e json"
},
"keywords": [],
"devDependencies": {
Expand All @@ -61,6 +62,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@adobe/jsonschema2md": "^8.0.2",
"@ethereum-attestation-service/eas-sdk": "^1.3.7",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand Down
Loading