-
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
Network Edge Events Published #12
base: main
Are you sure you want to change the base?
Conversation
…Updates - Tue Dec 17 03:15:09 UTC 2024
"additionalProperties": true, | ||
"type": "object", | ||
"title": "Resource", | ||
"description": "Schema of the resource that fired the event" | ||
} | ||
}, | ||
"cloudeventTypes": { | ||
"released": [], | ||
"released": [ | ||
"equinix.network_edge.device.state.created", |
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.
Lists format have been modified to be list of objects with name and description attributes instead of a list of strings. Please see #17 as reference.
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.
Please revise code as Tim mentioned.
No description provided.