Skip to content

Commit

Permalink
Update efcpt-config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Oct 23, 2024
1 parent 87dde1a commit 20e44a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/efcpt-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,16 @@
"type": "object",
"properties": {
"root-namespace": {
"type": "string"
"type": [ "string", "null" ]
},
"dbcontext-name": {
"type": "string"
},
"dbcontext-namespace": {
"type": "string"
"type": [ "string", "null" ]
},
"model-namespace": {
"type": "string"
"type": [ "string", "null" ]
}
}
},
Expand All @@ -181,7 +181,7 @@
"type": "string"
},
"output-dbcontext-path": {
"type": "string"
"type": [ "string", "null" ]
},
"split-dbcontext-preview": {
"type": "boolean"
Expand Down Expand Up @@ -229,4 +229,4 @@
"type": "string"
}
}
}
}

0 comments on commit 20e44a4

Please sign in to comment.