diff --git a/json-format.md b/json-format.md index aeafc01b6..c4a6a2416 100644 --- a/json-format.md +++ b/json-format.md @@ -105,7 +105,7 @@ The following table shows exemplary attribute mappings: ### 2.4. JSONSchema Validation The CloudEvents [JSONSchema](http://json-schema.org) for the spec is located -[here](spec-schema.json) and contains the definitions for validating events in JSON. +[here](spec.json) and contains the definitions for validating events in JSON. ## 3. Envelope diff --git a/spec-schema.json b/spec.json similarity index 100% rename from spec-schema.json rename to spec.json