post_create_email_branding_schema = { "$schema": "http://json-schema.org/draft-04/schema#", "description": "POST schema for getting email_branding", "type": "object", "properties": { "colour": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "logo": {"type": ["string", "null"]} }, "required": [] } post_update_email_branding_schema = { "$schema": "http://json-schema.org/draft-04/schema#", "description": "POST schema for getting email_branding", "type": "object", "properties": { "colour": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "logo": {"type": ["string", "null"]} }, "required": [] }