https://github.com/openspending/os-types
OpenSpending Fiscal Data Types
https://github.com/openspending/os-types
Last synced: 6 months ago
JSON representation
OpenSpending Fiscal Data Types
- Host: GitHub
- URL: https://github.com/openspending/os-types
- Owner: openspending
- License: mit
- Created: 2016-04-18T07:40:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:16:31.000Z (over 3 years ago)
- Last Synced: 2025-10-25T21:52:25.975Z (8 months ago)
- Language: JavaScript
- Size: 757 KB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitter.im/openspending/chat)
[](https://travis-ci.org/openspending/os-types)
[](https://www.npmjs.com/package/os-types)
# Openspending Fiscal Data Types
Used by [os-conductor](https://github.com/openspending/os-conductor) and [os-data-importers](https://github.com/openspending/os-data-importers).
This repository contains:
- The complete list of OS Types, their properties and relationships
- The complete list of descriptions for these types (English only at the moment)
- The logic for converting a list of fields with their types to a full Fiscal Data Package Model
- Logic for validating data against a specific model
- Test suite for making sure everything's working as intended