Giter Club home page Giter Club logo

openapi's People

Contributors

0ctobat avatar

Watchers

 avatar  avatar  avatar

openapi's Issues

Parsing errors

To reproduce :

  • Go to https://editor.swagger.io/
  • Click File
  • Click Import URL
  • Paste https://raw.githubusercontent.com/0ctobat/openapi/master/openapi/spec3.json
  • Press Enter
  • See parsing errors
Semantic error at tags.29
Tag Objects must have unique `name` field values.
Jump to line 214
Semantic error at paths./beanie/configurations/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 340
Semantic error at paths./beanie/configurations/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 471
Semantic error at paths./beanie/sessions/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 751
Semantic error at paths./credit_note_numbering_sequences/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 823
Semantic error at paths./credit_note_numbering_sequences/{id}/default
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 845
Structural error at paths./credit_notes.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 901
Structural error at paths./credit_notes.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 909
Structural error at paths./credit_notes.get.parameters.6.schema.required
should be an array of property names required within an object schema
Jump to line 932
Semantic error at paths./credit_notes/{credit_note_id}/items
Declared path parameter "credit_note_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1038
Structural error at paths./credit_notes/{credit_note_id}/items.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 1058
Structural error at paths./credit_notes/{credit_note_id}/items.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 1073
Structural error at paths./credit_notes/{credit_note_id}/items.get.parameters.4.schema.required
should be an array of property names required within an object schema
Jump to line 1081
Semantic error at paths./credit_notes/{credit_note_id}/items/{id}
Declared path parameter "credit_note_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1350
Semantic error at paths./credit_notes/{credit_note_id}/items/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1350
Semantic error at paths./credit_notes/{credit_note_id}/items/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 1474
Semantic error at paths./credit_notes/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1555
Semantic error at paths./credit_notes/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 1614
Semantic error at paths./credit_notes/{id}/cancel
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1647
Semantic error at paths./credit_notes/{id}/confirm
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1669
Semantic error at paths./credit_notes/{id}/send
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1691
Structural error at paths./customers.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 1733
Structural error at paths./customers.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 1741
Structural error at paths./customers.get.parameters.4.schema.required
should be an array of property names required within an object schema
Jump to line 1757
Semantic error at paths./customers/{customer_id}/customer_balance_transactions
Declared path parameter "customer_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 1968
Structural error at paths./customers/{customer_id}/customer_balance_transactions.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 1981
Structural error at paths./customers/{customer_id}/customer_balance_transactions.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 1996
Semantic error at paths./customers/{customer_id}/customer_balance_transactions/{id}
Declared path parameter "customer_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 2062
Semantic error at paths./customers/{customer_id}/customer_balance_transactions/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 2062
Semantic error at paths./customers/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 2091
Semantic error at paths./customers/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 2323
Semantic error at paths./invoice_numbering_sequences/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 2577
Semantic error at paths./invoice_numbering_sequences/{id}/default
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 2599
Structural error at paths./invoices.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 2641
Structural error at paths./invoices.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 2663
Structural error at paths./invoices.get.parameters.7.schema.required
should be an array of property names required within an object schema
Jump to line 2696
Structural error at paths./invoices.post.requestBody.content.application/json.schema.properties.due_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 2785
Semantic error at paths./invoices/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 2888
Structural error at paths./invoices/{id}.patch.requestBody.content.application/json.schema.properties.due_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 2966
Semantic error at paths./invoices/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 3031
Structural error at paths./invoices/{id}.put.requestBody.content.application/json.schema.properties.due_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 3053
Semantic error at paths./invoices/{id}/cancel
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3168
Semantic error at paths./invoices/{id}/cancel_and_replace
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3221
Semantic error at paths./invoices/{id}/confirm
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3274
Semantic error at paths./invoices/{id}/mark_uncollectible
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3327
Semantic error at paths./invoices/{id}/send
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3349
Semantic error at paths./invoices/{id}/set_payment_terms
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3402
Semantic error at paths./invoices/{invoice_id}/items
Declared path parameter "invoice_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3424
Semantic error at paths./invoices/{invoice_id}/items.get.operationId
Operations must have unique operationIds.
Jump to line 3427
Structural error at paths./invoices/{invoice_id}/items.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 3444
Structural error at paths./invoices/{invoice_id}/items.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 3459
Structural error at paths./invoices/{invoice_id}/items.get.parameters.4.schema.required
should be an array of property names required within an object schema
Jump to line 3467
Semantic error at paths./invoices/{invoice_id}/items.post.operationId
Operations must have unique operationIds.
Jump to line 3520
Semantic error at paths./invoices/{invoice_id}/items/{id}
Declared path parameter "invoice_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3736
Semantic error at paths./invoices/{invoice_id}/items/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3736
Semantic error at paths./invoices/{invoice_id}/items/{id}.get.operationId
Operations must have unique operationIds.
Jump to line 3739
Semantic error at paths./invoices/{invoice_id}/items/{id}.patch.operationId
Operations must have unique operationIds.
Jump to line 3812
Semantic error at paths./invoices/{invoice_id}/items/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 3860
Semantic error at paths./invoices/{invoice_id}/items/{id}.delete.operationId
Operations must have unique operationIds.
Jump to line 3908
Semantic error at paths./payment_recipient_references/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 3953
Semantic error at paths./payment_recipients/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4025
Semantic error at paths./payment_recipients/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 4066
Semantic error at paths./plaza/accounts/{account_id}/capabilities
Declared path parameter "account_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4346
Semantic error at paths./plaza/accounts/{account_id}/capabilities/{id}
Declared path parameter "account_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4358
Semantic error at paths./plaza/accounts/{account_id}/capabilities/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4358
Semantic error at paths./plaza/accounts/{account_id}/capabilities/{id}/request
Declared path parameter "account_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4380
Semantic error at paths./plaza/accounts/{account_id}/capabilities/{id}/request
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4380
Semantic error at paths./plaza/accounts/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4402
Semantic error at paths./plaza/accounts/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 4612
Semantic error at paths./plaza/accounts/{id}/activate
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4796
Semantic error at paths./plaza/accounts/{id}/deactivate
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4817
Structural error at paths./plaza/country_specs.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 4851
Structural error at paths./plaza/country_specs.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 4859
Structural error at paths./plaza/country_specs.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 4867
Semantic error at paths./plaza/country_specs/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4875
Structural error at paths./reporting/report_runs.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 4910
Structural error at paths./reporting/report_runs.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 4918
Structural error at paths./reporting/report_runs.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 4926
Semantic error at paths./reporting/report_runs/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 4966
Structural error at paths./reporting/report_types.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 5001
Structural error at paths./reporting/report_types.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 5009
Structural error at paths./reporting/report_types.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 5017
Semantic error at paths./reporting/report_types/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5025
Structural error at paths./self_billing_invoices.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 5060
Structural error at paths./self_billing_invoices.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 5068
Structural error at paths./self_billing_invoices.get.parameters.5.schema.required
should be an array of property names required within an object schema
Jump to line 5101
Semantic error at paths./self_billing_invoices/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5207
Semantic error at paths./self_billing_invoices/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 5272
Semantic error at paths./self_billing_invoices/{id}/cancel
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5332
Semantic error at paths./self_billing_invoices/{id}/confirm
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5354
Semantic error at paths./self_billing_invoices/{id}/send
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5376
Semantic error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items
Declared path parameter "self_billing_invoice_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5398
Structural error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 5411
Structural error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 5419
Structural error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 5434
Semantic error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items/{id}
Declared path parameter "self_billing_invoice_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5690
Semantic error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5690
Semantic error at paths./self_billing_invoices/{self_billing_invoice_id}/purchase_items/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 5796
Structural error at paths./subscriptions.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 5890
Structural error at paths./subscriptions.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 5898
Structural error at paths./subscriptions.get.parameters.5.schema.required
should be an array of property names required within an object schema
Jump to line 5913
Semantic error at paths./subscriptions/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 5999
Semantic error at paths./subscriptions/{subscription_id}/usage_items
Declared path parameter "subscription_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 6049
Structural error at paths./subscriptions/{subscription_id}/usage_items.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 6062
Structural error at paths./subscriptions/{subscription_id}/usage_items.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 6070
Structural error at paths./subscriptions/{subscription_id}/usage_items.get.parameters.3.schema.required
should be an array of property names required within an object schema
Jump to line 6085
Semantic error at paths./subscriptions/{subscription_id}/usage_items/{id}
Declared path parameter "subscription_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 6160
Semantic error at paths./subscriptions/{subscription_id}/usage_items/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 6160
Structural error at paths./suppliers.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 6237
Structural error at paths./suppliers.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 6245
Structural error at paths./suppliers.get.parameters.4.schema.required
should be an array of property names required within an object schema
Jump to line 6260
Semantic error at paths./suppliers/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 6484
Semantic error at paths./suppliers/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 6729
Structural error at paths./tax_codes.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 6950
Structural error at paths./tax_codes.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 6958
Structural error at paths./tax_codes.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 6966
Semantic error at paths./tax_codes/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 6974
Semantic error at paths./tax_evidences.post.operationId
Operations must have unique operationIds.
Jump to line 7163
Semantic error at paths./tax_evidences/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7214
Semantic error at paths./tax_ids/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7298
Semantic error at paths./tax_ids/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 7374
Semantic error at paths./tax_ids/{id}/archive
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7424
Semantic error at paths./tax_region_settings/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7457
Semantic error at paths./tax_region_settings/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 7527
Semantic error at paths./tax_region_settings/{id}/activate
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7571
Semantic error at paths./tax_region_settings/{id}/deactivate
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7593
Structural error at paths./taxes.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 7628
Structural error at paths./taxes.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 7636
Structural error at paths./taxes.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 7644
Semantic error at paths./taxes/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7652
Semantic error at paths./transactions/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7835
Structural error at paths./warehouses.get.parameters.0.schema.required
should be an array of property names required within an object schema
Jump to line 7870
Structural error at paths./warehouses.get.parameters.1.schema.required
should be an array of property names required within an object schema
Jump to line 7878
Structural error at paths./warehouses.get.parameters.2.schema.required
should be an array of property names required within an object schema
Jump to line 7886
Semantic error at paths./warehouses/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 7946
Semantic error at paths./warehouses/{id}.put.operationId
Operations must have unique operationIds.
Jump to line 8029
Semantic error at paths./warehouses/{warehouse_id}/set_default
Declared path parameter "warehouse_id" needs to be defined as a path parameter at either the path or operation level
Jump to line 8107
Structural error at components.schemas.credit_note.properties.credit_note_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 8181
Structural error at components.schemas.invoice.properties.due_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 8778
Structural error at components.schemas.invoice.properties.invoice_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 8784
Structural error at components.schemas.self_billing_invoice.properties.self_billing_invoice_date.type
should be equal to one of the allowed values
allowedValues: array, boolean, integer, number, object, string
Jump to line 9390
Structural error at components.schemas.tax_id_validation
should NOT have additional properties
additionalProperty: id, object, tax_id, is_valid
Jump to line 9683
Structural error at components.schemas.orderItem
should NOT have additional properties
additionalProperty: id, object, livemode, amount, currency, quantity, product_type, billing_scheme, tiers_mode, transform_usage, reference_type, reference_id, created_at, updated_at
Jump to line 10251
Semantic error at components.schemas.capability.properties.requirements.properties.past_due
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10732
Semantic error at components.schemas.capability.properties.requirements.properties.currently_due
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10735
Semantic error at components.schemas.capability.properties.requirements.properties.eventually_due
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10738
Semantic error at components.schemas.capability.properties.requirements.properties.pending_verification
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10741
Semantic error at components.schemas.country_spec.properties.requirements.properties.company.properties.minimum
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10785
Semantic error at components.schemas.country_spec.properties.requirements.properties.company.properties.additional
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10788
Semantic error at components.schemas.country_spec.properties.requirements.properties.individual.properties.minimum
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10795
Semantic error at components.schemas.country_spec.properties.requirements.properties.individual.properties.additional
Schemas with 'type: array', require a sibling 'items: ' field
Jump to line 10798
Structural error at components.schemas.report_run.properties.result.description
should be string
Jump to line 10830

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.