{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "target_create", "allOf": [ { "$ref": "#/components/schemas/target_base" }, { "type": "object" } ] }