# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DataSchema" in publications use:' type: software title: 'DataSchema: Tools for schemas describing and validating data sets' version: 0.1.0 doi: 10.32614/CRAN.package.DataSchema abstract: JSON Schemas (see https://json-schema.org/learn/getting-started-step-by-step) can be useful for many things like generating SQL databases, structured RDS data sets, validation of data, structuring AI output, creating autmatic documentation etc. I have used and developed several ad-hoc schema specifications / tools in different packages, like "dbmisc" (yaml), "repboxdb" (yaml), rgemini (JSON schema from R). This package shall provide helper functions to build, convert and use schemas. While importa and export to json-schema is possible, it is skewed to my taste and my previous application. authors: - family-names: Kranz given-names: Sebastian email: sebastian.kranz@uni-ulm.de repository: https://skranz.r-universe.dev commit: 6239a5017d8d84a8eee658def9aa0732d56fcd15 date-released: '2026-03-27' contact: - family-names: Kranz given-names: Sebastian email: sebastian.kranz@uni-ulm.de