OlesiaBOM,
<script>
const robot = {
version: 16,
name: 'Cleaner 3000',
coords: [345, 12],
};
const getRobotSchema = robots => Object.entries(robots).map(([key, value]) => [key, typeof value]);
document.write(JSON.stringify(getRobotSchema(robot), "", 4))
</script>