{"id":15714283,"url":"https://github.com/slackapi/manifest-schema","last_synced_at":"2025-06-12T21:09:15.449Z","repository":{"id":62046649,"uuid":"554314755","full_name":"slackapi/manifest-schema","owner":"slackapi","description":"Provide JSON schemas that define Slack's manifest.json file","archived":false,"fork":false,"pushed_at":"2025-05-27T16:28:11.000Z","size":49,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-01T15:56:50.311Z","etag":null,"topics":["json","json-schema","slack","slack-api","slack-bot","slackbot"],"latest_commit_sha":null,"homepage":"https://raw.githubusercontent.com/slackapi/manifest-schema/main/manifest.schema.json","language":"Python","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/slackapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","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":"2022-10-19T15:52:08.000Z","updated_at":"2025-05-27T16:28:14.000Z","dependencies_parsed_at":"2025-04-22T13:03:51.105Z","dependency_job_id":"c6a7e472-1013-4ba4-bd65-fb30e0c9c025","html_url":"https://github.com/slackapi/manifest-schema","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/slackapi/manifest-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fmanifest-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fmanifest-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fmanifest-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fmanifest-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slackapi","download_url":"https://codeload.github.com/slackapi/manifest-schema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slackapi%2Fmanifest-schema/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259530398,"owners_count":22872120,"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","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":["json","json-schema","slack","slack-api","slack-bot","slackbot"],"created_at":"2024-10-03T21:35:50.186Z","updated_at":"2025-06-12T21:09:15.413Z","avatar_url":"https://github.com/slackapi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manifest Schema\n\nThis project contains publicly availableJSONschemas that define Slack's [`manifest.json` file](https://api.slack.com/future/manifest) file. JSON schemas can be used for a number of tasks but the purpose of this specific schema is to provide developers validation and prediction capabilities while editing `manifest.json` files in IDEs.\n\n**Guide Outline**:\n\n- [Manifest Schema](#manifest-schema)\n  - [Usage](#usage)\n  - [Project Structure](#project-structure)\n    - [`manifest.schema.json`](#manifestschemajson)\n    - [`/schemas`](#schemas)\n    - [`/tests`](#tests)\n    - [`/scripts`](#scripts)\n  - [Resources](#resources)\n\n---\n\n## Usage\n\n\u003cimg src=\"https://user-images.githubusercontent.com/25348381/195903601-ab1e200a-53b0-470a-9374-bad8b93b35fd.gif\" width=\"60%\"/\u003e\n\nTo take advantage of intellisense / typeahead capabilities, include a `$schema` key at the top level of a JSON file and point it to the main JSON schema from this repo:\n\n```json\n{\n  \"$schema\": \"https://raw.githubusercontent.com/slackapi/manifest-schema/main/manifest.schema.json\",\n  \"_metadata\":{\n    \"major_version\": 2\n  },\n  \"settings\": { ... }\n  ...\n}\n```\n\n## Project Structure\n\n### [`manifest.schema.json`](manifest.schema.json)\n\nThis schema is the **main** schema definition for `manifest.json`, this file allows to map versioned schemas based on the version data the user defines in their manifest definition.\n\n### `/schemas`\n\nThis folder contains generated schemas for different versions of the `manifest.json`\n\n### `/tests`\n\nThis folder contains `python` test that validate the schema against example `manifest.json` files\n\n### `/scripts`\n\nThis folder contains `bash` scripts used by maintainers to execute actions on the project. The github actions of this project also uses the script in this folder to execute its actions.\n\n## Resources\n\n- [JSON schema store](https://www.schemastore.org/json/)\n- [VS code JSON info](https://code.visualstudio.com/docs/languages/json)\n- [JetBrain JSON info](https://www.jetbrains.com/help/idea/json.html)\n- [JSON schema doc](https://json-schema.org/)\n\nRefer to the [maintainers_guide](.github/maintainers_guide.md) in order to contribute to this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackapi%2Fmanifest-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslackapi%2Fmanifest-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslackapi%2Fmanifest-schema/lists"}