summaryrefslogtreecommitdiffstats
path: root/toolkit/components/normandy/actions/schemas/README.md
blob: 06a7dd4b1551d0146a200d719af8e8b745f9aabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Normandy Action Argument Schemas

This is a collection of schemas describing the arguments expected by Normandy
actions. Its primary purpose is to be used in the Normandy server and Delivery
Console to validate data and provide better user interactions.

# Contributing

Modifications to this package are made as part of mozilla-central following
standard procedures: push a patch to Phabricator as part of a bug.

To release, bump the package version and land that, as above -- it can be part
of another patch -- and then `cd` to this directory and `npm publish`.