name doesn't need to be an allOf here, right? There are a few of these, most are Name but not all. @ahl
|
"OrganizationUpdate": { |
|
"description": "Updateable properties of an [`Organization`]", |
|
"type": "object", |
|
"properties": { |
|
"description": { |
|
"nullable": true, |
|
"type": "string" |
|
}, |
|
"name": { |
|
"nullable": true, |
|
"allOf": [ |
|
{ |
|
"$ref": "#/components/schemas/Name" |
|
} |
|
] |
|
} |
|
} |
|
}, |
namedoesn't need to be anallOfhere, right? There are a few of these, most areNamebut not all. @ahlomicron/openapi/nexus.json
Lines 3862 to 3879 in 3d132cc