{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "advertiser_update", "allOf": [ { "$ref": "#/components/schemas/advertiser_base" }, { "type": "object", "properties": { "version": { "type": "integer", "format": "int32", "example": 1, "minimum": 0 } } } ] }