Skip to content

Commit abdfd2b

Browse files
committed
✏️ schema没有enumDesc关键字
1 parent 5191d31 commit abdfd2b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/en/standards/uiaf.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,13 @@ We also provide the [UIAF Json Schema Verify Tool](https://schema.uigf.org/?sche
9393
},
9494
"status": {
9595
"type": "number",
96-
"description": "Finished status",
96+
"description": "Finished status:ACHIEVEMENT_INVALID = 0; ACHIEVEMENT_UNFINISHED = 1; ACHIEVEMENT_FINISHED = 2;ACHIEVEMENT_POINT_TAKEN = 3;",
9797
"enum": [
9898
0,
9999
1,
100100
2,
101101
3
102-
],
103-
"enumDesc": "ACHIEVEMENT_INVALID = 0; ACHIEVEMENT_UNFINISHED = 1; ACHIEVEMENT_FINISHED = 2;ACHIEVEMENT_POINT_TAKEN = 3;"
102+
]
104103
},
105104
"timestamp": {
106105
"type": "number",

docs/zh/standards/uiaf.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,13 @@ head:
9393
},
9494
"status": {
9595
"type": "number",
96-
"description": "完成状态",
96+
"description": "完成状态:ACHIEVEMENT_INVALID = 0; ACHIEVEMENT_UNFINISHED = 1; ACHIEVEMENT_FINISHED = 2;ACHIEVEMENT_POINT_TAKEN = 3;",
9797
"enum": [
9898
0,
9999
1,
100100
2,
101101
3
102-
],
103-
"enumDesc": "ACHIEVEMENT_INVALID = 0; ACHIEVEMENT_UNFINISHED = 1; ACHIEVEMENT_FINISHED = 2;ACHIEVEMENT_POINT_TAKEN = 3;"
102+
]
104103
},
105104
"timestamp": {
106105
"type": "number",

0 commit comments

Comments
 (0)