-
Notifications
You must be signed in to change notification settings - Fork 56
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
fix: fix schema syntax and naming #1217
Conversation
...rpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/schema/grpc.schema.patch.json
Outdated
Show resolved
Hide resolved
...ec/src/main/scripts/io/aklivity/zilla/specs/binding/openapi/schema/openapi.schema.patch.json
Show resolved
Hide resolved
...rpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/schema/grpc.schema.patch.json
Outdated
Show resolved
Hide resolved
ba64a29
to
25f70b3
Compare
25f70b3
to
28c8a4e
Compare
.../main/scripts/io/aklivity/zilla/specs/binding/grpc/kafka/schema/grpc.kafka.schema.patch.json
Show resolved
Hide resolved
496c0d9
to
b882837
Compare
runtime/engine/src/main/java/io/aklivity/zilla/runtime/engine/config/EngineConfigAnnotator.java
Show resolved
Hide resolved
a92bdd5
to
945d99e
Compare
...rpc.spec/src/main/scripts/io/aklivity/zilla/specs/binding/grpc/schema/grpc.schema.patch.json
Outdated
Show resolved
Hide resolved
...ttp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/schema/http.schema.patch.json
Outdated
Show resolved
Hide resolved
...ttp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/schema/http.schema.patch.json
Outdated
Show resolved
Hide resolved
...a.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/schema/kafka.schema.patch.json
Outdated
Show resolved
Hide resolved
...g-tcp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tcp/schema/tcp.schema.patch.json
Outdated
Show resolved
Hide resolved
...ls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/client.alpn.default.yaml
Show resolved
Hide resolved
...ls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/config/server.alpn.default.yaml
Show resolved
Hide resolved
...g-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/schema/tls.schema.patch.json
Outdated
Show resolved
Hide resolved
...g-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/schema/tls.schema.patch.json
Outdated
Show resolved
Hide resolved
specs/engine.spec/src/main/scripts/io/aklivity/zilla/specs/engine/schema/engine.schema.json
Outdated
Show resolved
Hide resolved
…cs/binding/http/schema/http.schema.patch.json Co-authored-by: John Fallows <john@aklivity.io>
03a088c
to
75b93d2
Compare
…x-edits # Conflicts: # specs/binding-tls.spec/src/main/scripts/io/aklivity/zilla/specs/binding/tls/schema/tls.schema.patch.json
This reverts commit 4ec3456.
…x-edits # Conflicts: # specs/binding-kafka.spec/src/main/scripts/io/aklivity/zilla/specs/binding/kafka/schema/kafka.schema.patch.json
3a31cb1
to
bdd12da
Compare
...ttp.spec/src/main/scripts/io/aklivity/zilla/specs/binding/http/schema/http.schema.patch.json
Outdated
Show resolved
Hide resolved
"entry": | ||
{ | ||
"title": "Entry", | ||
"type": "string", | ||
"pattern": "^[a-zA-Z]+[a-zA-Z0-9\\._\\-]*$" | ||
} |
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.
Let's define this once at engine.schema.json
level for any binding with REMOTE_SERVER
kind, instead of defining separately per binding.
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 should have been removed from a revert commit. It is defined back the way it was.
f68d07f
to
4ee2ffa
Compare
4ee2ffa
to
23d1695
Compare
Description
When comparing the zilla schema to the docs there were some syntax and naming inconsistencies. These changes address them.
Refer to the live reference docs update for implementation of docs types and defaults: https://vordimous.github.io/zilla-docs/next/reference/config/overview.html