diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-14 22:30:33 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-14 22:30:33 +0200 |
| commit | 5593d4827720f780c63f805eeeaaeb66c97463ea (patch) | |
| tree | 69e0c367d52e5638d7026eebd07916105b1a0f78 | |
| parent | remove author (diff) | |
| download | spore-specifications-5593d4827720f780c63f805eeeaaeb66c97463ea.tar.gz | |
add authority which is something like an Github or CPAN account id
Diffstat (limited to '')
| -rw-r--r-- | spore_validation.rx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spore_validation.rx b/spore_validation.rx index 1fe435d..55b6fde 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -5,6 +5,7 @@ "description": "//str", "authentication": "//bool", "version": "//str", + "authority": "//str", "format": { "type" : "//arr", "contents": { "type":"//str" } |
