Skip to content

issues Search Results · repo:cwacek/python-jsonschema-objects language:Python

Filter by

132 results
 (76 ms)

132 results

incwacek/python-jsonschema-objects (press backspace or delete to remove)

What are you trying to do? We use schema version draft-07 and get a warning: UserWarning: Schema version http://json-schema.org/draft-07/schema# not recognized. Some keywords and features may not be ...
enhancement
  • andy-maier
  • Opened 
    on Nov 26, 2024
  • #302

Describe the bug Btw, great library, thanks for making it! I m trying to use this with draft 6 jsonschema (Microsoft s AdaptiveCard schema, and I m still getting: NotImplementedError: anyOf is not supported ...
pinned
question
  • kurtrwall
  • 3
  • Opened 
    on Oct 10, 2024
  • #297

Describe the bug I only recently tried to switch to version 0.5.5 (from 0.4.6) and noticed that apparently relative $refs in a referenced document are not resolved correctly anymore with the new referencing ...
bug
  • st31ny
  • Opened 
    on Aug 22, 2024
  • #292

Hi, if, for example I have a schema that has a duplicated class name, whats the best way to handle this? Currently the class builder fails silenty. E.g. I reference a schema from another schema that uses ...
enhancement
  • trivialkettle
  • Opened 
    on Apr 30, 2024
  • #287

python version: 3.11.7 python-jsonschema-objects version: fd28c9cc4bd623627ef943ecf62ec12e85cd1105 (installed from git) Describe the bug /home/andrew/PyCharmProjects/json2protobuf/.venv/lib/python3.11/site-packages/python_jsonschema_objects/__init__.py:60: ...
bug
  • andrew-ld
  • 2
  • Opened 
    on Mar 2, 2024
  • #281

What are you trying to do? I have a schema which has a list of other objects in it. This is read in and recognized as an item by the library as type== array , and the array of typed objects are under the ...
enhancement
  • rmspeers
  • 4
  • Opened 
    on Feb 19, 2024
  • #278

I have a JSON schema: { $schema : http://json-schema.org/draft-04/schema# , id : http://jsonschema.net/anvil , title : Anvil Base , description : This anvil scheme is a template for ...
bug
invalid
  • kacperpaczos
  • 4
  • Opened 
    on Dec 27, 2023
  • #275

Describe the bug I need: repository : { type : object , properties : { url : { type : string , default : https://example.com/your-username/my-new-project }, type ...
bug
  • kacperpaczos
  • 4
  • Opened 
    on Dec 25, 2023
  • #272

Describe the bug I am encountering an issue with a JSON schema. In the schema, I have the following entry: title : AnvilBase According to the namespace, there should be a corresponding attribute: AnvilBase ...
bug
  • kacperpaczos
  • 3
  • Opened 
    on Dec 25, 2023
  • #271

What are you trying to do? I have a complex JSON Schema, and I need some nested objects for it. It would be great if PJO had a function to retrieve a few objects or, even better, automatically nest objects ...
enhancement
  • kacperpaczos
  • 2
  • Opened 
    on Dec 25, 2023
  • #270
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.