jmlue42 / spectral-jsonapi-ruleset

A Stoplight/Spectral linting ruleset for the JSON:API specification.
MIT License
12 stars 8 forks source link

New Push for API-54 #59

Closed saujany closed 9 months ago

saujany commented 9 months ago

New PR for API-54 as older feature branch was existing so may be Git try to create on same which can cause issue old branch: feature/API-54-Errors-Processing-Errors

new branch: feature/API-54-Document.Structure.Errors.ProcessingErrors

saujany commented 9 months ago

validApiDocument.txt

As I am not using global valid API document for API-54 I am attaching this file for my API-54.

//This is not working before(function () { // Access the globally dereferenced document dereferenceValidApiDocument = global.dereferencedValidOpenApiDocument; }

This is working before(function () { dereferenceValidApiDocument = resolveRef(validApiDocument, validApiDocument); });

ezenity commented 9 months ago

If you are not using the PR#59 and wanting to use PR#60 then please closed this PR. @saujany