Problems with Generating model from JSON
I'm having a hard time getting Stoplight to correctly process the josn I supply to generate a model. Here's a simple example with just one field. {"ConcertID":{"type":"integer","format":"int32"} When I generate the model form this, I get what is in the attached screenshot.which basically ignores my json for the type and format and classifies them all as strings. I'm obviously doing something wrong, hoping someone can educate me on the correct format.42Views0likes1CommentQuery on SmartBear Stoplight | Sanjeev Mansotra
Hello my name is Sanjeev Mansotra, I have a query. In SmartBear Stoplight, how can I integrate automated API testing into a multi-version API documentation project, where different stakeholders (API designers, developers, and QA testers) collaborate to validate endpoints, and ensure that the stoplight test results (pass, fail, warning) are synced with Git version control and included in the CI/CD pipeline for continuous deployment?8Views0likes0CommentsNested Masks don't seem to work
Originally posted by user MarcoDiSarno to the Stoplight Community on 03/07/2024 at 04:40 ET. I have the following use case for masking: Model A is referencing model B. (Garage.cars: array[Car] in the example) Then, a mask on the model A hides some fields and also needs to reference a mask on model B, since that also has some fields to mask. (GaragePublic.cars: array[CarPublic]) Stoplight lets me do that and I thought, "man, nice!" but when publishing the API, all these "nested masks" don't compile. Error: "Invalid JSON pointer: stoplight://resources/overrides/..." Plus, when I export the API with bundled references, it also just shows the "stoplight://resources/overrides/..." refs, which are useless outside of stoplight. The mock server also doesn't work for that project, I suspect for the same reason. Interestingly enough, it seems to work fine in the editor, just outside it doesn't.37Views1like0CommentsGitHub Integration and Plan Limitations on Stoplight – Can Anyone Elaborate?
Originally posted by user koki to the Stoplight Community on 02/26/2024 at 21:26 ET. I have reviewed the following two documents and would like to clarify my understanding: https://meta.stoplight.io/docs/platform/dhre9np9qe1dc-git-hub https://stoplight.io/pricing Spotlight does not support integration with GitHub under the free plan. GitHub integration becomes available starting with the Basic plan, while custom configurations for GitHub are only possible with the Pro plan.17Views0likes0CommentsPostman collection import
Originally posted by user MikeSN to the Stoplight Community on 02/13/2024 at 15:00 ET. Hi, I'm facing an issue by importing collection postman. Stoplights show me that everything works well but at the end I get a simple other json displayed on stoplight and not the api that I wanted to see. I followed step by step the well documented steps to import a postman collection. Do you have an idea of where can be the issue ?12Views0likes0Comments{example}.api-docs.io/1.1 is not working
Originally posted by user Bozhidar Iliev to the Stoplight Community on 02/06/2024 at 16:46 ET. It just redirects to api-docs.io We've been using it for a while now and suddenly it stopped working, I can still access it through Stoplight website.Solved5Views0likes1CommentSpectral: AsyncAPI v3.0.0 support
Originally posted by user kiriakos to the Stoplight Community on 02/13/2024 at 01:25 ET. Hi everybody 👋🏼 When v2.6.0 came out last year we had spectral support within a few days. The v3.0.0 version of AsyncAPI was released back in December 2023, is spectral going to support it? Is there an eta?49Views0likes0CommentsDrive Stoplight through API
Originally posted by user StepanYaki to the Stoplight Community on 02/09/2024 at 03:52 ET. Hello, I have several micro-services which generate there own OpenAPI JSON file during the CI/CD pipeline. Currently, these files are uploaded to a dedicated server but I'd like to upload manage them with Stoplight. To do so, I'd like to know if there is an Stoplight API that supports file upload. I've only found this documentation: https://docs.stoplight.io/docs/stoplight-api-docs/f6hiiufckkwgf-catalog-api-overview which is quite limited. Thank in advance. Stephane7Views0likes0Comments