{"id":34630317,"url":"https://github.com/saturncloud/recipes","last_synced_at":"2026-05-26T06:31:38.284Z","repository":{"id":37956800,"uuid":"412097455","full_name":"saturncloud/recipes","owner":"saturncloud","description":"For json schemas describing Saturn Cloud objects","archived":false,"fork":false,"pushed_at":"2023-12-06T15:46:29.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-16T02:03:26.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://saturncloud.io/docs/using-saturn-cloud/recipes/","language":"Python","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/saturncloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-30T14:27:34.000Z","updated_at":"2024-04-16T02:03:26.078Z","dependencies_parsed_at":"2022-08-10T23:00:23.812Z","dependency_job_id":null,"html_url":"https://github.com/saturncloud/recipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saturncloud/recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saturncloud%2Frecipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saturncloud%2Frecipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saturncloud%2Frecipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saturncloud%2Frecipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saturncloud","download_url":"https://codeload.github.com/saturncloud/recipes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saturncloud%2Frecipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33507855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-24T16:34:50.293Z","updated_at":"2026-05-26T06:31:38.278Z","avatar_url":"https://github.com/saturncloud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object schemas\n\nWith our customers increasingly interested in infrastructure-as-code and not having to use the UI, it's become apparent that\n.Dockerfile-like ways of specifying objects in Saturn Cloud would be useful. This repo is to store the specifications of those\n\n## Resources\n\nFor resources, they can be specified with one or more files:\n\n* `recipe.json` (required) - a json file that specifies how the resource should be created. This should fully encapsulate all of the parameters you can set in the UI.\n\nHere is how you would validate the example using the schema for resources in Python:\n\n```python\nimport json\nfrom jsonschema import validate\n\nwith open('resources/schema.json') as f:\n    schema = json.load(f)\n\nwith open('resources/example.json') as f:\n    instance = json.load(f)\n\nvalidate(instance=instance, schema=schema)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaturncloud%2Frecipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaturncloud%2Frecipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaturncloud%2Frecipes/lists"}