formatsa
Formatsa is a term used in theoretical discussions of data representation to describe a hypothetical, standardized format for encoding forms and their data. It is not a formal standard and has no official specification; rather, it serves as a conceptual model for exploring interoperability between form-based systems.
Design goals of formatsa include separating the form structure from its content, enabling consistent validation, and
A minimal example might look like a document with version: '1.0', formName: 'ContactInfo', fields: [ {id:'name', type:'string',
In relation to existing standards, formatsa draws on ideas from JSON Schema, XML Schema, and form data
See also: JSON Schema, XML Schema, form data modeling, data interchange formats.