{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_AdsGroup_targeting_content_video_positions", "title": "property_AdsGroup_targeting_content_video_positions", "items": { "enum": [ "PREROLL", "MIDROLL", "POSTROLL", "INSTREAM", "OUTSTREAM" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "type": "array" }