{"id":26671068,"url":"https://github.com/croct-tech/schemas","last_synced_at":"2025-08-20T14:07:32.417Z","repository":{"id":284293982,"uuid":"952707723","full_name":"croct-tech/schemas","owner":"croct-tech","description":"Schemas for Croct configurations, APIs, and more.","archived":false,"fork":false,"pushed_at":"2025-07-09T13:59:32.000Z","size":330,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-18T02:54:10.494Z","etag":null,"topics":["croct","json-schema","schema","validation"],"latest_commit_sha":null,"homepage":"https://schema.croct.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/croct-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-03-21T18:31:11.000Z","updated_at":"2025-07-09T13:59:18.000Z","dependencies_parsed_at":"2025-03-25T06:33:47.853Z","dependency_job_id":"f76950a1-07b8-4826-94f9-f38eedb1fb79","html_url":"https://github.com/croct-tech/schemas","commit_stats":null,"previous_names":["croct-tech/schemas"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/croct-tech/schemas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fschemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fschemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fschemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fschemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croct-tech","download_url":"https://codeload.github.com/croct-tech/schemas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croct-tech%2Fschemas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271330292,"owners_count":24740815,"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-08-20T02:00:09.606Z","response_time":69,"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":["croct","json-schema","schema","validation"],"created_at":"2025-03-25T23:32:21.359Z","updated_at":"2025-08-20T14:07:32.391Z","avatar_url":"https://github.com/croct-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://croct.com\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(min-width: 769px) and (prefers-color-scheme: light)\" srcset=\"https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light.svg\"\u003e\n        \u003csource media=\"(min-width: 769px) and (prefers-color-scheme: dark)\" srcset=\"https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-dark.svg\"\u003e\n        \u003csource media=\"(max-width: 768px) and (prefers-color-scheme: dark)\" srcset=\"https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-dark-mobile.svg\"\u003e\n        \u003csource media=\"(max-width: 768px) and (prefers-color-scheme: light)\" srcset=\"https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light-mobile.svg\"\u003e\n        \u003cimg src=\"https://github.com/croct-tech/plug-js/blob/master/.github/assets/header-light-mobile.svg\" alt=\"Croct JavaScript SDK\" title=\"Croct JavaScript SDK\" width=\"100%\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\n  \u003cstrong\u003eCroct Schemas\u003c/strong\u003e\u003cbr/\u003e\n  Schemas for Croct configurations, APIs, and more.\n\u003c/p\u003e\n\n## Introduction\n\nThis repository provides schemas to validate configurations, API payloads, and other structures used by Croct.\n\n## JSON schemas\n\nTo use a JSON schema in your JSON configuration, include the `$schema` keyword referencing the appropriate schema URL:\n\n```json\n{\n  \"$schema\": \"https://schema.croct.com/v1/content.json\",\n  \"type\": \"boolean\",\n  \"value\": {\n    \"type\": \"static\",\n    \"value\": true\n  }\n}\n```\n\n### Available schemas\n\nBelow is a list of available JSON schemas:\n\n| Schema                  | URL                                                                                                                              |\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| Project                 | [`https://schema.croct.com/json/v1/project.json`](https://schema.croct.com/json/v1/project.json)                                 |\n| Content                 | [`https://schema.croct.com/json/v1/content.json`](https://schema.croct.com/json/v1/content.json)                                 |\n| Content schema          | [`https://schema.croct.com/json/v1/content-schema.json`](https://schema.croct.com/json/v1/content-schema.json)                   |\n| Template                | [`https://schema.croct.com/json/v1/template.json`](https://schema.croct.com/json/v1/template.json)                               |\n| Catalog template        | [`https://schema.croct.com/json/v1/catalog-template.json`](https://schema.croct.com/json/v1/catalog-template.json)               |\n| Template content        | [`https://schema.croct.com/json/v1/template-content.json`](https://schema.croct.com/json/v1/template-content.json)               |\n| Template content schema | [`https://schema.croct.com/json/v1/template-content-schema.json`](https://schema.croct.com/json/v1/template-content-schema.json) |\n| Web event               | [`https://schema.croct.com/json/v1/web-event.json`](https://schema.croct.com/json/v1/web-event.json)                             |\n\n## Documentation\n\nVisit our [official documentation](https://docs.croct.com).\n\n## Support\n\nJoin our official [Slack channel](https://croct.link/community) to get help from the Croct team and other developers.\n\n## Contribution\n\nContributions are always welcome! \n\n- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/plug-js/issues).\n- For major changes, please [open an issue](https://github.com/croct-tech/plug-js/issues) first to discuss what you would like to change.\n- Please make sure to update tests as appropriate. Run tests with `npm test`.\n\n## License\n\nThis library is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fschemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroct-tech%2Fschemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroct-tech%2Fschemas/lists"}