jspg additional properties bug squashed
This commit is contained in:
@ -432,7 +432,8 @@ pub fn property_merging_schemas() -> JsonB {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": { "type": "string" },
|
||||
"name": { "type": "string" }
|
||||
"name": { "type": "string" },
|
||||
"type": { "type": "string" }
|
||||
},
|
||||
"required": ["id"]
|
||||
}]
|
||||
@ -744,7 +745,8 @@ pub fn title_override_schemas() -> JsonB {
|
||||
"type": "object",
|
||||
"title": "Base Title",
|
||||
"properties": {
|
||||
"name": { "type": "string" }
|
||||
"name": { "type": "string" },
|
||||
"type": { "type": "string" }
|
||||
},
|
||||
"required": ["name"]
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user