{"id":25895480,"url":"https://github.com/diamondlightsource/ulims-json-schemas","last_synced_at":"2026-06-30T06:31:19.327Z","repository":{"id":267664473,"uuid":"901938757","full_name":"DiamondLightSource/ulims-json-schemas","owner":"DiamondLightSource","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-23T12:07:28.000Z","size":841,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":14,"default_branch":"main","last_synced_at":"2026-06-23T14:10:24.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiamondLightSource.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-11T15:43:25.000Z","updated_at":"2026-06-12T09:12:18.000Z","dependencies_parsed_at":"2024-12-11T18:20:24.271Z","dependency_job_id":"4df56833-4478-48bc-9f55-d9fa7b99a545","html_url":"https://github.com/DiamondLightSource/ulims-json-schemas","commit_stats":null,"previous_names":["diamondlightsource/ulims-json-schemas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DiamondLightSource/ulims-json-schemas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fulims-json-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fulims-json-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fulims-json-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fulims-json-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiamondLightSource","download_url":"https://codeload.github.com/DiamondLightSource/ulims-json-schemas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fulims-json-schemas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34955985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2025-03-02T22:31:34.010Z","updated_at":"2026-06-30T06:31:19.321Z","avatar_url":"https://github.com/DiamondLightSource.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ULIMS JSON schemas\n\nA collection of JSON schemas for ULIMS systems.\n\n## About\n\nThis repository uses the method the Wikipedia team\nuse for managing JSON schemas over time. They have\ntwo schema roots whilst ULIMS has this one. Links\nto Wikipedia usage end this document.\n\n## Usage by applications\n\nApplications can use a released schema to validate\ndata against that schema.\n\nFor `latest.json` and specific versions (`X.X.X.json`) schema\nreferences are resolved such that a schema can be used\ndirectly without reference to any external dependencies.\n\nGithub raw can be used for accessing schemas for now.\nThe example schemas can be used for testing, such\nas [examples/advanced/1.0.0.json](https://github.com/DiamondLightSource/ulims-json-schemas/blob/main/schemas/examples/advanced/1.0.0.json).\n\nThe schema linked above includes example data for required\nvalues. A writer can override with custom examples so all\napplications can use the same test cases for a schema release.\n\n## Schema sets available\n\nSchema can be put anywhere in the schema root. The following\nsets exist for putting schema into and new ones can be\nadded when needed:\n\n* [examples](schemas/examples/) - - A minimum set that can be\n  used for testing and checking release process.\n\n* [shared](schemas/_shared/) - A common set of schemas\n   that can but reused across all schema, services and\n   applications. For examples, units or chemical elements.\n\n* [samples](schemas/samples/) - Schemas for samples\n  service.\n\n## Documentation for schema writers\n\nThe documentation for [schema writers](docs/readme.md) explains\nhow to add a new schema. It starts with some links for writers\nnew to JSON schema before moving to the six steps for adding.\n\nIt explains every schema **must** have a \"current\" file for\nbuilding the \"latest\" release. A build will combine\nschema when needed so writers get\na [simpler view](https://github.com/DiamondLightSource/ulims-json-schemas/blob/main/schemas/examples/advanced/current.json)\nwhich just shows a link to the referenced schema.\n\n\n## Wikimedia Example Usage\n\nThe two roots show possible arrangements of schemas and\nhow to use the tools on a repository. Applications access\nbuilt schemas via a web server with mounted filesystem. \n\n* Schema root 1: https://gitlab.wikimedia.org/repos/data-engineering/schemas-event-primary/\n* Schema root 2: https://gitlab-replica-b.wikimedia.org/repos/data-engineering/schemas-event-secondary/\n* Application access (ie. filesystem on web so \"latest\" links work): https://schema.wikimedia.org/#!/\n* Build tools: https://gitlab.wikimedia.org/repos/data-engineering/jsonschema-tools\n* Why jsonschema: https://wikitech.wikimedia.org/wiki/Event_Platform/Schemas\n* Why git: https://phabricator.wikimedia.org/T201643\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiamondlightsource%2Fulims-json-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiamondlightsource%2Fulims-json-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiamondlightsource%2Fulims-json-schemas/lists"}