Shared data and schemas for Project Nimbus
Перейти к файлу
Charlie 0581a48780
2.5.2
2023-12-13 14:06:48 -06:00
.circleci Rotate circleci key (#225) 2023-01-13 13:31:04 -08:00
.github/ISSUE_TEMPLATE Schema change process formatting 2021-11-29 14:21:34 -05:00
bin Additional properties should be allowed 2020-11-09 19:09:24 -05:00
data add publishedDate to experiments type (#258) 2023-12-07 11:12:36 -05:00
docs Create ADR about Desktop Glean instrumentation (#199) 2022-06-16 09:45:40 -05:00
python Require Python 3.7+ and jsonschema 4.17.3+ 2023-03-07 14:52:33 -05:00
src Format project with Prettier 2020-07-15 11:04:38 -07:00
test add publishedDate to experiments type (#258) 2023-12-07 11:12:36 -05:00
types Update publishedDate to be an optional key (#261) 2023-12-11 11:07:03 -05:00
.eslintignore Add dedicated docs 2020-07-08 17:13:28 -07:00
.eslintrc.js Add locales field to experiments (#245) 2023-05-17 13:04:52 -04:00
.gitignore remove symlinks 2020-10-09 20:18:53 -04:00
.prettierignore Set up prettier 2020-07-15 11:03:56 -07:00
.prettierrc.json Set up prettier 2020-07-15 11:03:56 -07:00
.therapist.yml Insist on Black formatting for Python code 2020-07-22 14:03:22 -07:00
CHANGELOG.md update changelog for 2.5.2 2023-12-13 14:06:40 -06:00
CODE_OF_CONDUCT.md Format project with Prettier 2020-07-15 11:04:38 -07:00
LICENSE Create LICENSE 2020-07-14 09:24:06 -07:00
Makefile Copy schemas to correct location (#237) 2023-04-13 10:48:54 -04:00
README.md Combine data into a single file and expose in packages 2020-07-10 15:05:32 -07:00
index.ts Combine data into a single file and expose in packages 2020-07-10 15:05:32 -07:00
package-lock.json 2.5.2 2023-12-13 14:06:48 -06:00
package.json 2.5.2 2023-12-13 14:06:48 -06:00
tsconfig.json Add schemaVersion property 2020-10-15 15:24:46 -04:00

README.md

Nimbus Shared CircleCI npm (scoped)

This is a place to define data and schemas used across Project Nimbus.

Any data that moves between systems should have TypeScript types defined here, which will be automatically converted to JSON Schema. Any data that needs to be re-used by multiple systems should be stored here to be shared.

For more information on the data and schemas included here, how to use them, and how to add to them, see the documentation at https://mozilla.github.io/nimbus-shared