Skip to content

Commit

Permalink
📝 docs: 更新 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Apr 8, 2021
1 parent e3649f9 commit 121d731
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/journey-map/schema/journey-map.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": "array"
},
"thoughts": {
"description": "有关的想法",
"description": "想法",
"items": {
"type": "string"
},
Expand All @@ -56,6 +56,7 @@
"type": "object"
},
"YMLStage": {
"description": "YML 的阶段类型",
"properties": {
"actions": {
"description": "该阶段所有用户行为",
Expand Down Expand Up @@ -89,6 +90,10 @@
"$ref": "journey-map-schema#/definitions/YMLStage"
},
"type": "array"
},
"title": {
"description": "旅程图名称",
"type": "string"
}
},
"required": ["stages"],
Expand Down

0 comments on commit 121d731

Please sign in to comment.