{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/association", "title": "Association", "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ] }