{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Artifact", "title": "Artifact", "type": "object", "description": "A deployable Talend artifact (JAR, ZIP, etc.)", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "string" }, "description": { "type": "string" }, "created": { "type": "string", "format": "date-time" } } }