We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31b33a commit 0b7b7abCopy full SHA for 0b7b7ab
apisix/schema_def.lua
@@ -729,18 +729,7 @@ _M.credential = {
729
type = "object",
730
properties = {
731
-- metadata
732
- id = {
733
- oneOf = {
734
- id_schema,
735
- -- id: "${consumer_name}/credentials/${credential_id}" from standalone mode
736
- {
737
- type = "string",
738
- minLength = 15,
739
- maxLength = 128,
740
- pattern = [[^[a-zA-Z0-9]+/credentials/[a-zA-Z0-9]+$]],
741
- }
742
743
- },
+ id = id_schema,
744
name = rule_name_def,
745
desc = desc_def,
746
labels = labels_def,
0 commit comments