Skip to content

Commit

Permalink
fix: move catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Sep 6, 2024
1 parent b882837 commit ffebce5
Showing 1 changed file with 31 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,35 @@
"with": false
}
}
},
"catalog":
{
"type": "object",
"patternProperties":
{
"^[a-zA-Z]+[a-zA-Z0-9\\._\\-]*$":
{
"type": "object",
"properties":
{
"subject":
{
"type": "string"
},
"version":
{
"type": "string",
"default": "latest"
}
},
"required":
[
"subject"
],
"additionalProperties": false
},
"additionalProperties": false
}
}
},
"anyOf":
Expand Down Expand Up @@ -131,35 +160,6 @@
}
},
"additionalProperties": false
},
"catalog":
{
"type": "object",
"patternProperties":
{
"^[a-zA-Z]+[a-zA-Z0-9\\._\\-]*$":
{
"type": "object",
"properties":
{
"subject":
{
"type": "string"
},
"version":
{
"type": "string",
"default": "latest"
}
},
"required":
[
"subject"
],
"additionalProperties": false
},
"additionalProperties": false
}
}
}
},
Expand All @@ -170,7 +170,8 @@
{
"const": "client"
},
"options": false
"options": false,
"catalog": false
}
}
]
Expand Down

0 comments on commit ffebce5

Please sign in to comment.