{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/listBackgroundImagesObject", "title": "listBackgroundImagesObject", "type": "object", "required": [ "backgroundImageUrl", "fileName" ], "properties": { "backgroundImageUrl": { "type": "string", "example": "\"/dms/Cisco_Phone_Background/background001\"", "description": "The URL of the image file." }, "fileName": { "type": "string", "example": "CompanyLogoBlue", "description": "The name of the image file." } } }