{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","title":"PlatformCreateCommand","description":"Command to create a new platform in the collecting system","properties":{"id":{"type":"object","description":"Platform identifier","properties":{"value":{"type":"string","description":"The unique platform ID"}},"required":["value"]},"platformName":{"type":"string","description":"The name of the platform (e.g., easy, xpay, npg, paytrail)"}},"required":["id","platformName"],"additionalProperties":false}