{"id":15012888,"url":"https://github.com/json-schema-org/conference","last_synced_at":"2025-09-03T12:42:44.927Z","repository":{"id":246637101,"uuid":"821681302","full_name":"json-schema-org/conference","owner":"json-schema-org","description":"The JSON Schema conference website","archived":false,"fork":false,"pushed_at":"2025-08-01T08:39:13.000Z","size":54934,"stargazers_count":5,"open_issues_count":14,"forks_count":18,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-30T04:57:38.223Z","etag":null,"topics":["conference","hugo","jsonschema"],"latest_commit_sha":null,"homepage":"https://conference.json-schema.org/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/json-schema-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"json-schema-org","patreon":null,"open_collective":"json-schema","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-06-29T06:17:32.000Z","updated_at":"2025-08-01T08:39:18.000Z","dependencies_parsed_at":"2024-06-29T09:39:12.814Z","dependency_job_id":"f281768b-87e7-4685-8415-ff582795e8bd","html_url":"https://github.com/json-schema-org/conference","commit_stats":{"total_commits":98,"total_committers":7,"mean_commits":14.0,"dds":0.4693877551020408,"last_synced_commit":"87d094c1ccafae08a0a83c6590df1805f94def0c"},"previous_names":["json-schema-org/conference"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/json-schema-org/conference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fconference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fconference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fconference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fconference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/json-schema-org","download_url":"https://codeload.github.com/json-schema-org/conference/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json-schema-org%2Fconference/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273445608,"owners_count":25107150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conference","hugo","jsonschema"],"created_at":"2024-09-24T19:43:22.659Z","updated_at":"2025-09-03T12:42:44.834Z","avatar_url":"https://github.com/json-schema-org.png","language":"CSS","funding_links":["https://github.com/sponsors/json-schema-org","https://opencollective.com/json-schema"],"categories":["HTML"],"sub_categories":[],"readme":"## JSON Schema Conference Website\n\n[![JSON Schema logo - Build more, break less, empower others.](https://raw.githubusercontent.com/json-schema-org/.github/main/assets/json-schema-banner.png)](https://json-schema.org)\n\n## Run Locally\n\nThis section is for those interested in contributing or running the landscape website locally.\n\n**Prerequisites:**\n\n- Install [Hugo](https://gohugo.io/installation/)\n\n**Cloning the Website:**\n\n```bash\ngit clone https://github.com/{{your_username}}/conference.git\n```\n\n**Initializing Git Submodules**\n\n```bash\ngit submodule update --init\n```\n\n**Running Dev Server**\n\n```bash\nhugo server\n```\n\nThis starts a local server and opens the website in your web browser at http://localhost:1313.\n\n---\n\n## Project Structure\n\nThe repository is organized as follows:\n\n```\njson-schema-org/conference\n├── archetypes            \n├── assets                \n│   └── css\n├── backgrounds  \n│   \n├── content                \n│   ├── faq\n│   ├── partners\n│   ├── schedule\n│   ├── sessions\n│   └── speakers\n│\n├── data                   \n├── layouts              \n│   ├── _default\n│   ├── partials\n│   ├── schedule\n│   ├── sessions\n│   ├── shortcodes\n│   └── speakers\n│\n├── static                 \n│   ├── images\n│   ├── presentation\n│   ├── schedule\n│   └── theme.css\n├── themes                \n│   └── default-theme -hugo        \n│       ├── archetypes\n│       ├── i18n\n│       ├── images\n│       ├── layouts\n│       ├── src\n│       └── static\n├── .gitignore  \n├── .gitmodules\n├── .hugo_build.lock\n├── CONTRIBUTING.md           \n├── hugo.toml            \n├── README.md             \n└── yarn.lock         \n```\n\n---\n\n## Contributors\n\nThanks to all the amazing contributors to this project:\n\n[![Contributors](https://contrib.rocks/image?repo=json-schema-org/conference)](https://github.com/json-schema-org/conference/graphs/contributors)\n\nWant to join the list? Check out our [Contributing Guide](CONTRIBUTING.md) to get started!\n\n---\n\n## Contributing\n\n- We warmly welcome your contributions to this project! A dedicated [CONTRIBUTING.md](CONTRIBUTING.md) file outlines the various ways you can get involved, including:\n  - Reporting bugs and requesting features\n  - Contributing code\n  - Improving documentation\n  - Adding new entries to the landscape\n  - Improving the user interface\n\n---\n\n## Contact\n\nFor any questions or feedback, please feel free to open an issue on this repository.\n\n---\n\n## Get Involved!\n\nExplore the website and see how you can contribute to this evolving space. Whether through contributions, partnerships, or feedback, your involvement can help shape the future of JSON Schema.\n\n---\n\n## Connect with the JSON Schema Community\n\n\u003cp align=\"left\"\u003e\n    \u003ca href=\"https://json-schema.org/slack\" target=\"blank\" style=\"margin-right: 5px;\"\u003e\n        \u003cimg align=\"center\" src=\"https://img.icons8.com/color/48/null/slack-new.png\" alt=\"JSON Schema Slack\" height=\"30\" width=\"40\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/jsonschema\" target=\"blank\" style=\"margin-right: 5px;\"\u003e\n        \u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/twitter.svg\" alt=\"JSON Schema Twitter\" height=\"30\" width=\"40\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.linkedin.com/company/jsonschema\" target=\"blank\" style=\"margin-right: 5px;\"\u003e\n        \u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"JSON Schema LinkedIn\" height=\"30\" width=\"40\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.youtube.com/@JSONSchemaOrgOfficial\" target=\"blank\"\u003e\n        \u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/youtube.svg\" alt=\"JSON Schema YouTube\" height=\"30\" width=\"40\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-org%2Fconference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjson-schema-org%2Fconference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson-schema-org%2Fconference/lists"}