Xentara v2.0.1
User Manual
Downloads

JSON Schema Files

FileDescription
schema-xentara-model.json JSON schema file describing the format of the Xentara model.json file. The schema only validates built-in Xentara functionality. The custom properties of skill elements provided by plugins are accepted by the schema, but not checked for correctness.
schema-xentara-config.json JSON schema file describing the format of the Xentara config.json file. The schema only validates the structure of the file. The custom configuration parameters of the individual skills are not checked for correctness.
schema-xentara-security.json JSON schema file describing the format of the Xentara security.json file.
schema-xentara-oauth2.json JSON schema file describing the format of the Xentara oauth2.json file.
schema-xentara-client-certs.json JSON schema file describing the format of the Xentara client-certs.json file.
schema-xentara-users.json JSON schema file describing the format of the Xentara users.json file.
schema-xentara-passwords.json JSON schema file describing the format of the Xentara passwords.json file.

Sample Files

FileDescription
sample-model.json Sample model file for Xentara. It uses the signal generator to generate some signals, and dumps them to the standard output using a debugging inspector.