Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Oct 24, 2024
2 parents 7b2b483 + 20e44a4 commit 12589be
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 @@ -178,16 +178,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 @@ -198,7 +198,7 @@
"type": "string"
},
"output-dbcontext-path": {
"type": "string"
"type": [ "string", "null" ]
},
"split-dbcontext-preview": {
"type": "boolean"
Expand Down Expand Up @@ -246,4 +246,4 @@
"type": "string"
}
}
}
}

0 comments on commit 12589be

Please sign in to comment.