Skip to content

ci: openapi errors#7923

Merged
soyuka merged 1 commit intoapi-platform:4.3from
Maxcastel:fix-ci-openapi-errors
Apr 27, 2026
Merged

ci: openapi errors#7923
soyuka merged 1 commit intoapi-platform:4.3from
Maxcastel:fix-ci-openapi-errors

Conversation

@Maxcastel
Copy link
Copy Markdown
Contributor

@Maxcastel Maxcastel commented Apr 21, 2026

Fix the following errors:

build/out/openapi/openapi_v3.yaml:156186:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156202:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests-read'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156218:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests-write'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156234:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests-write.jsonMergePatch'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156250:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests.graphql-read'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156266:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests.html-read'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156345:15  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests.jsonld-read'].allOf[1].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156361:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests.multipart-read'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:156377:11  ✗           `maxLength` constraint is only applicable to string types, not `[]` 
$.components.schemas['BagOfTests.xml-read'].properties['description'].maxLength
rule: oas-schema-check  category: Schemas

build/out/openapi/openapi_v3.yaml:175381:13  ✗           `allOf` property `status` declared as [string, number, null]: properties defined across an `allOf` composition must have a non-empty common valid type
$.components.schemas['Error.jsonapi'].properties['errors'].items.allOf
rule: allof-conflicts  category: Schemas

 category              ✗ errors      ▲ warnings    ● info                                                  
 ────────────────────  ────────────  ────────────  ────────────────────────────────────────────────────────
 Schemas               10            0             0                                                       
 ────────────────────  ────────────  ────────────  ────────────────────────────────────────────────────────
 total                 10            0             0                                                       

 rule                                      violations    quality impact                                    
 ────────────────────────────────────────  ────────────  ──────────────────────────────────────────────────
 oas-schema-check                          9             ██████████████████████████████████████████████████
 allof-conflicts                           1             █████                                             
 ────────────────────────────────────────  ────────────  ──────────────────────────────────────────────────
 total                                     10          

 --> use the <dashboard> command to be able to navigate results interactively <--

 | Quality Score: 10/100 [🥵]

 | ✗ Failed with 10 errors, 0 warnings and 0 informs.

@Maxcastel Maxcastel force-pushed the fix-ci-openapi-errors branch from 0cd0013 to 272ee56 Compare April 21, 2026 09:36
@soyuka soyuka changed the base branch from main to 4.3 April 27, 2026 12:20
@soyuka soyuka force-pushed the fix-ci-openapi-errors branch from 272ee56 to 431e69e Compare April 27, 2026 12:21
@soyuka soyuka changed the title fix: fix openapi errors ci: openapi errors Apr 27, 2026
@soyuka soyuka merged commit 870cb68 into api-platform:4.3 Apr 27, 2026
116 of 117 checks passed
@soyuka
Copy link
Copy Markdown
Member

soyuka commented Apr 27, 2026

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants