The warning that shows:
Operation parameter has no schema; defaulting to string. path=[/api/players/{playerId}/stats]
httpMethod=[Get] methodPrefix=[] methodName=[Stats] param=[visibility] in=[Query] ref=[]
Operation parameter has no schema; defaulting to string. path=[/api/players/{playerId}/stats]
httpMethod=[Post] methodPrefix=[] methodName=[Stats] param=[visibility] in=[Query] ref=[]
Operation parameter has no schema; defaulting to string. path=[/api/players/{playerId}/stats]
httpMethod=[Delete] methodPrefix=[] methodName=[Stats] param=[visibility] in=[Query] ref=[]
command execution took 6308
when running:
dotnet run --project ./cli/cli --framework net10.0 -- --host https://dev.api.beamable.com oapi generate --engine unity --conflict-strategy RenameUncommonConflicts --output ./cli/beamable.common/Runtime/OpenApi --cleaning-strategy RemoveCsFiles
The warning that shows:
when running: