Giter VIP home page Giter VIP logo

Comments (5)

Tset-Noitamotua avatar Tset-Noitamotua commented on July 17, 2024

when I try contains="somestring" then it fails like this

image

Now I wonder does 'contains' only check if what I pass is an object or boolean?

from restinstance.

Tset-Noitamotua avatar Tset-Noitamotua commented on July 17, 2024

contains

The value of this keyword MUST be a valid JSON Schema.

An array instance is valid against "contains" if at least one of its elements is valid against the given schema.

http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.4.6

from restinstance.

asimell avatar asimell commented on July 17, 2024

Hi @Tset-Noitamotua,

This sounds like a bug for sure, but needs further investigation. We'll come back to this once we can see if it actually is a bug.

from restinstance.

asimell avatar asimell commented on July 17, 2024

Hi @Tset-Noitamotua ,

After doing some digging on this, it looks like contains only validates the output schema. This means that if your query returns

{ [ {"item1": "value1"}, {"item2": "value2"} ] }

you can check for example contains={"type": "object"}, but not whether the array actually contains an item that matches your query. Currently, for this you should implement your own logic. We can consider if this is something we want to include into the library itself.

Also based on http://json-schema.org/draft/2020-12/json-schema-validation.html#rfc.section.6.4 (your /latest redirects here). It doesn't have a contains validation anymore, but instead 2 validations maxContains and minContains. However, these aren't supported by Python Jsonschema.

from restinstance.

asimell avatar asimell commented on July 17, 2024

According to JSONSchema documentation, this is a feature of JSONSchema and not a bug in the library, we're closing this issue.

from restinstance.

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.