Skip to content

Commit

Permalink
chore: fix moved url in schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Dec 29, 2024
1 parent 5b1db22 commit fb4944b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/maa-cli/schemas/asst.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/MaaAssistantArknights/maa-cli/raw/v0.4.3/maa-cli/schemas/asst.schema.json",
"$id": "https://github.com/MaaAssistantArknights/maa-cli/raw/v0.5.3/crates/maa-cli/schemas/asst.schema.json",
"type": "object",
"properties": {
"connection": {
Expand Down
2 changes: 1 addition & 1 deletion crates/maa-cli/schemas/cli.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/MaaAssistantArknights/maa-cli/raw/v0.5.0/maa-cli/schemas/cli.schema.json",
"$id": "https://github.com/MaaAssistantArknights/maa-cli/raw/v0.5.3/crates/maa-cli/schemas/cli.schema.json",
"type": "object",
"properties": {
"core": {
Expand Down
2 changes: 1 addition & 1 deletion crates/maa-cli/schemas/task.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/MaaAssistantArknights/maa-cli/raw/v0.4.4/maa-cli/schemas/task.schema.json",
"$id": "https://github.com/MaaAssistantArknights/maa-cli/raw/v0.5.3/crates/maa-cli/schemas/task.schema.json",
"type": "object",
"required": ["tasks"],
"properties": {
Expand Down

0 comments on commit fb4944b

Please sign in to comment.