Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change: /skill/ schema #154

Open
albertoleoncio opened this issue Feb 28, 2025 · 0 comments
Open

Breaking change: /skill/ schema #154

albertoleoncio opened this issue Feb 28, 2025 · 0 comments

Comments

@albertoleoncio
Copy link
Member

Downstream from: WikiMovimentoBrasil/capx-backend#63

/skill/ schema are going to change in next version, from:

[
  {
    "id": 10,
    "skill_wikidata_item": "Q759524",
    "skill_type": []
  },
  {
    "id": 11,
    "skill_wikidata_item": "Q43015",
    "skill_type": [
      10
    ]
  },
  ...
]

to:

[
  {
    "id": 10,
    "skill_wikidata_item": "Q759524",
    "skill_type": null
  },
  {
    "id": 11,
    "skill_wikidata_item": "Q43015",
    "skill_type": 10
  },
  ...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant