AWS eventbridge documentation change
Summary
Updated JSON schema validator tools link
Security assessment
Non-security related documentation link update.
Diff
diff --git a/eventbridge/latest/userguide/eb-schema-create.md b/eventbridge/latest/userguide/eb-schema-create.md index 289051a0d..5d83caaca 100644 --- a//eventbridge/latest/userguide/eb-schema-create.md +++ b//eventbridge/latest/userguide/eb-schema-create.md @@ -22 +22 @@ When you choose between OpenAPI 3 and JSONSchema Draft4 formats, consider the fo -We recommend using JSONSchema format to implement client-side validation so that events sent to EventBridge conform to the schema. You can use JSONSchema to define a contract for valid JSON documents, and then use a [JSON schema validator](https://json-schema.org/implementations.html) before sending the associated events. +We recommend using JSONSchema format to implement client-side validation so that events sent to EventBridge conform to the schema. You can use JSONSchema to define a contract for valid JSON documents, and then use a [JSON schema validator](https://json-schema.org/tools) before sending the associated events.