{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CommonModelScopeAPI", "title": "CommonModelScopeAPI", "type": "object", "properties": { "common_models": { "type": "array", "items": { "$ref": "#/components/schemas/IndividualCommonModelScopeDeserializer" }, "description": "The common models you want to update the scopes for" } }, "required": [ "common_models" ] }