Skip to content

Commit

Permalink
Add schema id
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanchiadm committed Feb 4, 2024
1 parent 217daaf commit c4bf0d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecnpc/container.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://easecation.github.io/ECConfigSchema/ecnpc/container.schema.json",
"type": "object",
"properties": {
"reference": {
Expand Down
1 change: 1 addition & 0 deletions ecnpc/dialogue.handler.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://easecation.github.io/ECConfigSchema/ecnpc/dialogue.handler.schema.json",
"type": "object",
"description": "对话的handler配置",
"properties": {
Expand Down
1 change: 1 addition & 0 deletions ecnpc/dialogue.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://easecation.github.io/ECConfigSchema/ecnpc/dialogue.schema.json",
"type": "object",
"properties": {
"type": {
Expand Down
1 change: 1 addition & 0 deletions ecnpc/hook.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://easecation.github.io/ECConfigSchema/ecnpc/hook.schema.json",
"type": "array",
"items": {
"oneOf": [
Expand Down
1 change: 1 addition & 0 deletions ecnpc/prefab.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://easecation.github.io/ECConfigSchema/ecnpc/prefab.schema.json",
"type": "object",
"properties": {
"npcTag": {
Expand Down
1 change: 1 addition & 0 deletions playeraction/playeraction.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://easecation.github.io/ECConfigSchema/playeraction/playeraction.schema.json",
"type": "object",
"oneOf": [
{
Expand Down

0 comments on commit c4bf0d0

Please sign in to comment.