GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

Remove minimum from PathId schema. #41

Closed mdivanova closed 4 years ago

mdivanova commented 4 years ago

The current config causes a compile error when generating a go client for the api. I think it's because the "type" is a string and the listed "minimum" is a number.