You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@openstapps/core

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openstapps/core

StAppsCore - Generalized model of data

4.0.0
latest
Source
npmnpm
Version published
Weekly downloads
20
-69.7%
Maintainers
3
Weekly downloads
 
Created
Source

@openstapps/core

pipeline status npm license) documentation

StAppsCore - Generalized model of data

What is the StAppsCore?

The StAppsCore (SC) is a generalized model of data.

SC is based on the idea of schema.org. The SC structures data by describing objects as so called SC-types like: Event, Place, Date, Person, ...

Data sources of the same type of data are assigned to the same SC-type.

Requirements for the SC

  • Study processes which can be generalized are abstracted and modeled in that manner that the structure can be adapted to any german university.
  • It must be platform- and software-independent.
  • Search interface must be clearly specified that different working groups with different search tools can retrieve the same search results.
  • Must be expandable.

Generate documentation for routes

To generate a documentation for the routes use the following command.

node --require ts-node/register src/cli.ts routes PATH/TO/ROUTES.md

Annotations

Annotations are used to add additional informations to fields, which are used to autogenerate mappings from the core objects. External dependencies can not be covered by the annotations. Documentation about some of the annotations can be found in: typedoc

annotationdescriptionparameters
@aggregatableused for generating of aggregations of the field if the core schema is used to put data into a database/key-value storewhether the property is being used on the top type or across all types: global
@floatnumber field is interpreted as float
@indexablemarks the type as indexable if the core schema is used to put data into a database/key-value store
@integernumber field is interpreted as integer
@keywordstring field is interpreted as keyword
@sortablefield is sortable if the core schema is used to put data into a database/key-value store. Fields are always sortable through generic sort, even without annotation.sort method to be used: ducet, price, distance
@textstring field is interpreted as text
@datestring field is interpreted as a date field
@validatableMarks the type for json schema generation, which can be checked at runtime. Any top-level type that is put into a database should always be marked as validatable.
@filterablenon-object/nested field is filterable if the core schema is used to put data into a database/key-value store
@inheritTagsinherit all tags from another field[SCThingType]::[field]

Note: tags ignore casing, but for consistency they should use the variants proposed here.

Keywords

Model

FAQs

Package last updated on 01 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts