-
Notifications
You must be signed in to change notification settings - Fork 1
Validate with official schema, sanitize identifiers properly, panic on duplicate operationId #39
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
Validate with official schema, sanitize identifiers properly, panic on duplicate operationId #39
Conversation
|
Sieht gut aus finde ich. |
|
Wenn du die validator json Dateien, nicht komplett selbst geschrieben hast, dann muss da denke ich noch ein copyright notice hin |
|
Das ist ja von der offizielen asyncapi-initiative https://github.com/asyncapi/spec-json-schemas/tree/master/schemas, müssen wir nicht eh die zitieren da wir ein programm basierend auf deren spec schreiben |
Ja, aber deren spec project inklusive, der json files ist unter der apache2.0 Lizenz veröffentlicht, und die fordert attribution für unveränderte code Bestandteile. Also nicht nur im Bezug auf Zitate in der Abgabe, sondern es wäre denke ich eine Urheberrechtsverletzung. |
bird-dancer
left a comment
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.
sanitize_operation_ids_and_check_duplicate() could be done more elegantly with iterators, but its fine for now.
looks great 😄
No description provided.