Skip to content

Investigate warning when generating oapi regarding stats api #4747

Description

@gabrielbeamable

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions