DynamoDB Boolean
Emit as a DynamoDB `BOOL` attribute value. The hinted value must be a StringScalar holding exactly "true" or "false"; the backend emits `{ "BOOL": true }` / `{ "BOOL": false }`. Any other string is an authoring error the backend rejects.