Skip to content

OpenApi error in Swagger #1026

@Tropicalista

Description

@Tropicalista

I'm trying to create an SDK from Swagger.

I got this error:

Semantic error at paths./assets/{assetId}
Declared path parameter "assetId" needs to be defined as a path parameter at either the path or operation level
Jump to line 309
Semantic error at paths./assets/{assetId}/metadata
Declared path parameter "assetId" needs to be defined as a path parameter at either the path or operation level
Jump to line 496
Semantic error at components.schemas.PageManipulationInternal.properties.pageActions.items
`items` must be an object
Jump to line 7298
Structural error at components.schemas.PageManipulationInternal.properties.pageActions.items
should be object
Jump to line 7298
Semantic error at components.schemas.PageManipulationExternal.properties.params.properties.pageActions.items
`items` must be an object
Jump to line 7343
Structural error at components.schemas.PageManipulationExternal.properties.params.properties.pageActions.items
should be object
Jump to line 7343
Structural error at components.schemas.responseAsset.properties.assetID.required
should be an array of property names required within an object schema
Jump to line 9096
Structural error at components.schemas.responseAssetZip.properties.assetID.required
should be an array of property names required within an object schema
Jump to line 9126
Semantic error at components.schemas.doneWithMultipleAsset.properties.assetList.items
`items` must be an object
Jump to line 9152
Structural error at components.schemas.doneWithMultipleAsset.properties.assetList.items
should be object
Jump to line 9152
Semantic error at components.schemas.ExtractPDFDone.oneOf.1.$ref
$refs must reference a valid location in the document
Jump to line 9617

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions