Schema for PlanIDList from CMS Marketplace API
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PlanIDList", "description": "Schema for PlanIDList from CMS Marketplace API", "items": { "type": "string", "pattern": "^[0-9]{5}[A-Z]{2}[0-9]{7}(,[0-9]{5}[A-Z]{2}[0-9]{7})*$" }, "type": "array" }