{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "atomic_creative_vendor", "type": "object", "properties": { "vendor_ids": { "type": "array", "example": [ 3, 56 ], "items": { "type": "integer", "format": "int32" } } } }