-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRH Cloud event update #14
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This json is intend to define data
object in the cloudevent. Thus it is used in dataschema
in cloudevent. It is not to define the cloudevent metadata. Please refer to other files in fabric domain.
"domain": "Equinix Resource Manager ChangeEvent", | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"$ref": "#/definitions/Data", | ||
"definitions": { | ||
"SpecVersion": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitions aren't properly defined. You're creating many different model types in your definition that should just be properties of a single model definition. See
"definitions": { |
@@ -31,17 +81,5 @@ | |||
"title": "Resource", | |||
"description": "Schema of the resource that fired the event" | |||
} | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave these definitions at the end of the file, and all must be included. Remove the attribute from the beginning of the file on line https://github.com/equinix/equinix-cloudevents/pull/14/files#diff-b53020bebf4fb260b25992533608a4bab6f840f83b568f62804d114cdb147f72R7-R8
…Updates - Wed Jan 8 00:42:54 UTC 2025
Checklist
preview
andreleased
lists for Events/Metrics/Alerts are correctreleased
are properly tested and ready for productionCRH Observability event schema