GithubHelp home page GithubHelp logo

Comments (6)

aboutlo avatar aboutlo commented on September 27, 2024 1

I don't like to add a customFormat method but following @jnv idea we could pass an array e.g. extraFormats as option something like that:

FluentSchema({extraFormats: ['my-custom-format']}).asString().format('my-custom-format')

In the JSDoc of the format method, we could add the above example

Then in the format implementation, we can merge FORMATS and extraFormats to check that the format is supported.

Name wise I don't like too much extraFormats or customFormats, but I think it's misleading using formats someone could think we are overriding the default FORMATS.

Test wise we have do double check that in a nested schema the extraFormats are propagated to the children. It should I did a refactoring in the 0.3.0 version so it should. 🀞

from fluent-json-schema.

jnv avatar jnv commented on September 27, 2024 1

Thanks @aboutlo, support for raw JSON injection is quite a good compromise.

from fluent-json-schema.

aboutlo avatar aboutlo commented on September 27, 2024

I need to dig into the specification but it doesn't seem a good idea to add a flavor. Maybe I'm too careful. Let me think more about that. @mcollina thoughts?

from fluent-json-schema.

mcollina avatar mcollina commented on September 27, 2024

IMHO it’s a bad idea, but a lot of people ask/need this. Providing some sort of escape hatch to add this would be good to accept as a PR.

from fluent-json-schema.

jnv avatar jnv commented on September 27, 2024

The spec says:

Implementations MAY add custom format attributes. Save for agreement between parties, schema authors SHALL NOT expect a peer implementation to support this keyword and/or custom format attributes.

In our case this is useful for reducing boilerplate in schemas within a shared domain. It is more readable to specify a semantic format rather than to repeat pattern everywhere.

I will be happy to submit a MR if you specify how the API should look.
Beside an additional method, perhaps one could pass an array of custom supported formats to FluentSchema(), though that could cause a lot of duplication or mistakes during authoring.

from fluent-json-schema.

aboutlo avatar aboutlo commented on September 27, 2024

Moved the discussion here: #55

from fluent-json-schema.

Related Issues (20)

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.