v2.3.1
Fix schema location (#134) https://github.com/pulumi/registry/actions/runs/21733849560/job/62694401456 > Error: unable to read remote schema file: unable to get contents of schema file at "https://raw.githubusercontent.com/pulumi/pulumi-std/v2.3.0/provider/cmd/pulumi-resource-std/schema.json" This moves `schema.json` under `./provider/cmd/...` for consistency with other providers. Fixes #55.