{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LibraryAttributes", "type": "object", "properties": { "name": { "type": "string" }, "state": { "type": "string" }, "build_required": { "type": "boolean" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" } } }