Skip to content

Commit

Permalink
docs: fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Feb 23, 2024
1 parent 9ca0d83 commit d1d149c
Showing 1 changed file with 40 additions and 24 deletions.
64 changes: 40 additions & 24 deletions docs/moddle.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,46 @@
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"isAttr": {
"type": "boolean"
},
"isId": {
"type": "boolean"
},
"isMany": {
"type": "boolean"
},
"isReference": {
"type": "boolean"
},
"default": {
"type": [
"boolean",
"number",
"string"
]
"superClass": {
"type": "array",
"items": {
"type": "string"
}
},
"redefines": {
"type": "string"
"properties": {
"type": "array",
"items": {
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"isAttr": {
"type": "boolean"
},
"isId": {
"type": "boolean"
},
"isMany": {
"type": "boolean"
},
"isReference": {
"type": "boolean"
},
"default": {
"type": [
"boolean",
"number",
"string"
]
},
"redefines": {
"type": "string"
}
}
}
}
}
}
Expand Down Expand Up @@ -85,4 +101,4 @@
}
}
}
}
}

0 comments on commit d1d149c

Please sign in to comment.