drkane / datasette-reconcile

Adds a reconciliation API endpoint to Datasette, based on the Reconciliation Service API specification.
MIT License
22 stars 6 forks source link

"id" field should be a string #16

Closed JBPressac closed 3 years ago

JBPressac commented 3 years ago

According to https://reconciliation-api.github.io/specs/latest/#reconciliation-result-batch-schema, "id", the entity identifier of the candidate, should be a string.

drkane commented 3 years ago

Looks good! I've also added some validation against the json schema in #15