-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
name
doesn't need to be an allOf
here, right? There are a few of these, most are Name
but not all. @ahl
Lines 3862 to 3879 in 3d132cc
"OrganizationUpdate": { | |
"description": "Updateable properties of an [`Organization`]", | |
"type": "object", | |
"properties": { | |
"description": { | |
"nullable": true, | |
"type": "string" | |
}, | |
"name": { | |
"nullable": true, | |
"allOf": [ | |
{ | |
"$ref": "#/components/schemas/Name" | |
} | |
] | |
} | |
} | |
}, |
Metadata
Metadata
Assignees
Labels
No labels