{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "new_strategy_plan_full_response_extended", "allOf": [ { "$ref": "#/components/schemas/new_strategy_plan_full_extended" }, { "type": "object", "properties": { "id": { "type": "integer", "format": "int32", "example": 33 }, "version": { "type": "integer", "format": "int32", "example": 3 }, "campaign_id": { "type": "integer", "format": "int32", "example": 8 } } } ] }