{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/platformids.json", "title": "PlatformIds", "type": "object", "properties": { "employee_id": { "type": "string", "description": "Internal user ID assigned by the employer.", "example": "OB238HDW5" }, "position_id": { "type": "string", "description": "Internal position ID assigned by the employer.", "example": "6ELL4O7PM" }, "platform_user_id": { "type": "string", "description": "ID assigned by the payroll system.", "example": "JLH7B9V6O6YGN9O7" } } }