Skip to content

pk appear in jsonschema #487

Open
Open
@Mograbi

Description

@Mograbi

after creating an object of JsonModel I want to have the jsonschema for this model
when running schema_json() I get a "pk" as part of the schema which shouldn't be

{
   "title":"Callback",
   "type":"object",
   "properties":{
      "pk":{
         "title":"Pk",
         "type":"string"
      },
      ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions