Git Product home page Git Product logo

Comments (4)

ferranpujolcamins avatar ferranpujolcamins commented on June 11, 2024

FYI, This is the actual specification I'm trying to generate:

https://gitlab.com/uklotzde/aoide-rs/-/blob/development/resources/openapi.yaml

from bow-openapi.

miguelangel-dev avatar miguelangel-dev commented on June 11, 2024

Ey @ferranpujolcamins! It is great you give it a try. You need to wrap attributes inside properties section. You can find more information in swagger docs. Also you need add a required section to avoid optionals. Example:

components:
  schemas:
    YYYYMMDD:
         type: object
         required:
             - value
         properties:
              value:
                 type: integer
                 format: int32

I write it without check it, so it could not be perfect. Tell me if it works.

FYI. You are building an example it is not exactly the same of the specification about aoide-rs. In the specification it describes YYYYMMDD as plain attribute because it is referenced by complex objects like ReleaseDate (not directly in the endpoint definition of parameters). A different question is if we can define properties using references and bow-openapi will auto-generate valid models... probably not! 😿

from bow-openapi.

ferranpujolcamins avatar ferranpujolcamins commented on June 11, 2024

Ah I see, thanks for the explanation! However, I thought (according to the spec) that I can define such a schema of primitive type:

http://spec.openapis.org/oas/v3.0.3#primitive-sample

from bow-openapi.

miguelangel-dev avatar miguelangel-dev commented on June 11, 2024

Right now, we only support models... hehe! Maybe in the future ^^

from bow-openapi.

Related Issues (6)

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.