tensorflow / model-card-toolkit

A toolkit that streamlines and automates the generation of model cards
https://www.tensorflow.org/responsible_ai/model_card_toolkit/guide
Apache License 2.0
423 stars 84 forks source link

Fix broken reference in JSON schema #292

Closed jeongukjae closed 1 year ago

jeongukjae commented 1 year ago

What does this pull request do?

Fix #291

How did you test this change?

Just fixed a broken reference in the JSON schema.

How did you document this change?

I didn't change the behavior of the library.

Before submitting

Before submitting a pull request, please be sure to do the following:

codesue commented 1 year ago

Hi @jeongukjae, thank you for catching this error and contributing a fix! While you're in here, would you please make the same change for the v0.0.1 schema?

jeongukjae commented 1 year ago

@codesue Great. I updated v0.0.1 schema too.