repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
cph-cachet/carp.core-kotlin
7b9f0006e17a90fdcbc435a3a944877dd94185bc
2022-10-14T09:25:20
rpc/schemas/common/data/Data.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "SensorData": { "$anchor": "SensorData", "properties": { "sensorSpecificData": { "oneOf": [ { "$ref": "Data.json" }, { "type": "null" } ] } }, "type": "object" }...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/sampling/SamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "SamplingConfiguration": { "$anchor": "SamplingConfiguration", "properties": { "__type": true }, "required": [ "__type" ], "type": "object" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "#/$...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/ECG.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.ecg" }, "milliVolt": { "type": "number" } }, "required": [ "__type", "milliVolt" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/studies/RecruitmentService/RecruitmentServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "AddParticipant": { "$anchor": "AddParticipant", "Response": { "$anchor": "AddParticipant-Response", "$ref": "../users/Participant.json" }, "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.studies.infra...
MIT
en
cph-cachet/carp.core-kotlin
0aa4b775f23d16e1a6ff60c97d89692588cd4dd0
2022-10-14T09:25:20
rpc/schemas/data/DataStreamService/DataStreamServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.1" }, "AppendToDataStreams": { "$anchor": "AppendToDataStreams", "Response": { "$anchor": "AppendToDataStreams-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { ...
MIT
en
cph-cachet/carp.core-kotlin
b7c726ef65bb046f3a975012fbd03ae6665ba564
2024-03-16T21:19:31
rpc/schemas/common/devices/DeviceRegistration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "properties": { "__type": true, "deviceDisplayName": { "type": [ "string", "null" ] }, "deviceId": { "type": "string" }, "registra...
MIT
en
cph-cachet/carp.core-kotlin
17153775ef281124fa73f312dfe73f8a92c8b040
2022-02-01T13:04:22
rpc/schemas/common/users/AccountIdentity.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
62918eccff5578579d1d07db744635d33102ef04
2022-02-01T13:04:22
rpc/schemas/common/data/Data.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "../Polymorphic.json" }, { "if": { "properties": { "$type": { "const": "dk.cachet.carp.freeformtext" } } }, "then": { "$ref": "FreeFormText.js...
MIT
en
cph-cachet/carp.core-kotlin
62918eccff5578579d1d07db744635d33102ef04
2022-02-01T13:04:22
rpc/schemas/common/data/StepCount.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.stepcount" }, "steps": { "type": "integer" } }, "required": [ "$type", "steps" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/devices/DefaultDeviceRegistration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "DeviceRegistration.json#DeviceRegistration" } ], "type": "object", "unevaluatedProperties": false }
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/tasks/WebTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "TaskDescriptor.json#/$defs/TaskDescriptor" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.tasks.WebTask" }, "url": { "format": "uri", "type": "string" ...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/protocols/ProtocolService/ProtocolServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "Add": { "$anchor": "Add", "Response": { "$anchor": "Add-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.protocols.infrastructure.ProtocolServiceRequest.A...
MIT
en
cph-cachet/carp.core-kotlin
922cbb43f408ee4d3171a10889f821601652923c
2022-02-01T13:04:22
rpc/schemas/deployments/StudyDeploymentStatus.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeployingDevices": { "$anchor": "DeployingDevices", "allOf": [ { "$ref": "#/$defs/StudyDeploymentStatus" } ], "properties": { "$type": { "const": "dk.cachet.carp.deployments.application.StudyDeploymentStatus.DeployingDevices" ...
MIT
en
cph-cachet/carp.core-kotlin
c6d594d894599db3da7f90205da47b5018431559
2022-04-04T10:00:19
rpc/schemas/protocols/ProtocolService/ProtocolServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "Add": { "$anchor": "Add", "Response": { "$anchor": "Add-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.protocols.infrastructure.ProtocolServiceRequest.A...
MIT
en
cph-cachet/carp.core-kotlin
f938c7adb61b9c7b24ca2a353570c340d8a173e1
2022-04-04T10:00:19
rpc/schemas/deployments/users/Participation.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "assignedRoles": { "$ref": "../../common/users/AssignedTo.json" }, "participantId": { "format": "uuid", "type": "string" }, "studyDeploymentId": { "format": "uuid...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/Geolocation.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.geolocation" }, "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "required": [ "__type", "lat...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/CompletedTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.completedtask" }, "taskData": { "oneOf": [ { "$ref": "Data.json" }, { "type": "null" } ...
MIT
en
cph-cachet/carp.core-kotlin
6a4735095c99e8a8382c327c5b640b5de285ac30
2022-03-03T09:26:49
rpc/schemas/deployments/StudyDeploymentStatus.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeployingDevices": { "$anchor": "DeployingDevices", "allOf": [ { "$ref": "#/$defs/StudyDeploymentStatus" } ], "properties": { "__type": { "const": "dk.cachet.carp.deployments.application.StudyDeploymentStatus.DeployingDevices" ...
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/data/input/CustomInput.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.input.custom" }, "dataType": { "type": "string" }, "input": true }, "required": [ "$type", "dataType", "input" ], "typ...
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/common/devices/Smartphone.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "$ref": "DefaultDeviceRegistration.json" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "PrimaryDeviceConfiguration.json#/$defs/PrimaryDeviceConfiguration" } ], "prop...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/sampling/SamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "SamplingConfiguration": { "properties": { "__type": true }, "required": [ "__type" ], "type": "object" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "#/$defs/SamplingConfiguration" }, { ...
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/devices/DeviceRegistration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "properties": { "$type": true, "deviceDisplayName": { "type": [ "string", "null" ] }, "deviceId": { "type": "string" }, "registrationCreatedOn": { "format": "d...
MIT
en
cph-cachet/carp.core-kotlin
7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91
2022-02-01T13:04:22
rpc/schemas/common/NamespacedId.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "pattern": "^([a-z_0-9]+\\.?)+[a-z_0-9]$", "type": "string" }
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/data/input/Sex.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.input.sex" }, "value": { "enum": [ "Male", "Female", "Intersex" ] } }, "required": [ "$type", "value...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/protocols/ProtocolFactoryService/ProtocolFactoryServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.0" }, "CreateCustomProtocol": { "$anchor": "CreateCustomProtocol", "Response": { "$anchor": "CreateCustomProtocol-Response", "$ref": "../StudyProtocolSnapshot.json" }, "additionalProperties": false, "properties": ...
MIT
en
cph-cachet/carp.core-kotlin
b194b814525d96fb33748ffe85be746625c99e80
2022-02-01T13:04:22
rpc/schemas/deployments/users/ParticipantDataMap.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": { "oneOf": [ { "type": "null" }, { "$ref": "../../common/data/Data.json" } ] }, "propertyNames": { "$ref": "../../common/NamespacedId.json" }, "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
62918eccff5578579d1d07db744635d33102ef04
2022-02-01T13:04:22
rpc/schemas/common/data/TriggeredTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.triggeredtask" }, "control": { "$ref": "../triggers/TaskControl.json#Control" }, "destinationDeviceRoleName": { "type": "string" ...
MIT
en
cph-cachet/carp.core-kotlin
9cb2e3bfe46da948e0fc0a0f67fa70a6f5169b7e
2022-04-04T10:00:19
rpc/schemas/protocols/ProtocolService/ProtocolServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "Add": { "$anchor": "Add", "Response": { "$anchor": "Add-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.protocols.infrastructure.ProtocolServiceRequest.A...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/input/CustomInput.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.input.custom" }, "dataType": { "type": "string" }, "input": true }, "required": [ "__type", "dataType", "input" ], "t...
MIT
en
cph-cachet/carp.core-kotlin
7b9f0006e17a90fdcbc435a3a944877dd94185bc
2022-10-14T09:25:20
rpc/schemas/common/data/HeartRate.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "Data.json#SensorData" } ], "properties": { "__type": { "const": "dk.cachet.carp.heartrate" }, "bpm": { "minimum": 0, "type": "integer" } }, "required": [ "__type", "bpm"...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/devices/PrimaryDeviceConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "PrimaryDeviceConfiguration": { "$anchor": "PrimaryDeviceConfiguration", "allOf": [ { "$ref": "DeviceConfiguration.json#DeviceConfiguration" } ], "properties": { "isPrimaryDevice": { "const": true } }, "required":...
MIT
en
cph-cachet/carp.core-kotlin
7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91
2022-02-01T13:04:22
rpc/schemas/data/DataStreamService/DataStreamServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "oneOf": [ { "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.data.infrastructure.DataStreamServiceRequest.OpenDataStreams" }, "configuration": { "$ref": "../Dat...
MIT
en
cph-cachet/carp.core-kotlin
de9c1e79146d5cfa493c361e373121f11a70eb21
2022-02-11T22:23:59
rpc/schemas/studies/RecruitmentService/RecruitmentServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "AddParticipant": { "$anchor": "AddParticipant", "Response": { "$anchor": "AddParticipant-Response", "$ref": "../users/Participant.json" }, "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.studies.infras...
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/common/devices/AltBeacon.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "allOf": [ { "$ref": "DeviceRegistration.json#/$defs/DeviceRegistration" } ], "properties": { "majorId": { "$ref": "../Short.json" }, "manufacturerId": { ...
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/protocols/StudyProtocolSnapshot.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceConnection": { "additionalProperties": false, "properties": { "connectedToRoleName": { "type": "string" }, "roleName": { "type": "string" } }, "required": [ "roleName", "connectedToRoleName" ], ...
MIT
en
cph-cachet/carp.core-kotlin
b7c726ef65bb046f3a975012fbd03ae6665ba564
2024-03-16T21:19:31
rpc/schemas/common/devices/Website.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "$ref": "WebsiteDeviceRegistration.json" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "PrimaryDeviceConfiguration.json#PrimaryDeviceConfiguration" } ], "properties"...
MIT
en
cph-cachet/carp.core-kotlin
af76acdc26619e9ad882959097685f555211d53a
2022-03-18T15:19:26
rpc/schemas/common/data/Data.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "properties": { "__type": { "$ref": "../NamespacedId.json" } }, "required": [ "__type" ], "type": "object" }, { "if": { "properties": { "__typ...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/SignalStrength.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.signalstrength" }, "rssi": { "$ref": "../Short.json" } }, "required": [ "__type", "rssi" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
7b9f0006e17a90fdcbc435a3a944877dd94185bc
2022-10-14T09:25:20
rpc/schemas/common/data/NonGravitationalAcceleration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "Data.json#SensorData" } ], "properties": { "__type": { "const": "dk.cachet.carp.nongravitationalacceleration" }, "x": { "type": "number" }, "y": { "type": "number" }, "z...
MIT
en
cph-cachet/carp.core-kotlin
7b9f0006e17a90fdcbc435a3a944877dd94185bc
2022-10-14T09:25:20
rpc/schemas/common/data/PPG.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "Data.json#SensorData" } ], "properties": { "__type": { "const": "dk.cachet.carp.ppg" }, "lightSources": { "additionalProperties": { "type": "number" }, "minProperties": 1,...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/tasks/BackgroundTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "TaskConfiguration.json#TaskConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.tasks.BackgroundTask" }, "duration": { "format": "duration", "type...
MIT
en
cph-cachet/carp.core-kotlin
62918eccff5578579d1d07db744635d33102ef04
2022-02-01T13:04:22
rpc/schemas/common/data/NonGravitationalAcceleration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.nongravitationalacceleration" }, "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } ...
MIT
en
cph-cachet/carp.core-kotlin
7d6b495188dc7d135b667f7bedbd5ede9a8bea73
2022-03-01T14:39:21
rpc/schemas/deployments/PrimaryDeviceDeployment.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "applicationData": { "$ref": "../common/ApplicationData.json" }, "connectedDeviceRegistrations": { "additionalProperties": { "$ref": "../common/devices/DeviceRegistration.jso...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/studies/StudyService/StudyServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.0" }, "CreateStudy": { "$anchor": "CreateStudy", "Response": { "$anchor": "CreateStudy-Response", "$ref": "../StudyStatus.json" }, "additionalProperties": false, "properties": { "__type": { "cons...
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/deployments/users/ActiveParticipationInvitation.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "assignedDevices": { "items": { "$ref": "../users/AssignedPrimaryDevice.json" }, "type": "array" }, "invitation": { "$ref": "../users/StudyInvitation.json" },...
MIT
en
cph-cachet/carp.core-kotlin
b194b814525d96fb33748ffe85be746625c99e80
2022-02-01T13:04:22
rpc/schemas/deployments/users/ActiveParticipationInvitation.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "assignedDevices": { "items": { "$ref": "../users/AssignedMasterDevice.json" }, "type": "array" }, "invitation": { "$ref": "../users/StudyInvitation.json" }, ...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/devices/AltBeacon.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "allOf": [ { "$ref": "DeviceRegistration.json#DeviceRegistration" } ], "properties": { "majorId": { "$ref": "../Short.json" }, "manufacturerId": { "$r...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/devices/DeviceConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceConfiguration": { "$anchor": "DeviceConfiguration", "properties": { "__type": true, "defaultSamplingConfiguration": { "additionalProperties": { "$ref": "../sampling/SamplingConfiguration.json" }, "propertyNames": { ...
MIT
en
cph-cachet/carp.core-kotlin
d3be008529f3add4d0d59b7cedafe69a288d7baa
2022-03-11T13:41:21
rpc/schemas/data/DataStreamService/DataStreamServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.0" }, "AppendToDataStreams": { "$anchor": "AppendToDataStreams", "Response": { "$anchor": "AppendToDataStreams-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { ...
MIT
en
cph-cachet/carp.core-kotlin
cc445ba45a90d832a7a53775967c78f27ed0dc6d
2022-02-01T13:04:22
rpc/schemas/data/DataStreamService/DataStreamServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "AppendToDataStreams": { "$anchor": "AppendToDataStreams", "Response": { "$anchor": "AppendToDataStreams-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.da...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/TriggeredTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.triggeredtask" }, "control": { "$ref": "../triggers/TaskControl.json#/$defs/Control" }, "destinationDeviceRoleName": { "type": "str...
MIT
en
cph-cachet/carp.core-kotlin
7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91
2022-02-01T13:04:22
rpc/schemas/data/SyncPoint.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "relativeClockSpeed": { "type": "number" }, "sensorTimestampAtSyncPoint": { "type": "integer" }, "synchronizedOn": { "format": "date-time", "type": "string" }...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/tasks/WebTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "TaskConfiguration.json#TaskConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.tasks.WebTask" }, "url": { "format": "uri", "type": "string" }...
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/devices/BLEHeartRateDevice.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "$ref": "MACAddressDeviceRegistration.json" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "DeviceDescriptor.json#/$defs/DeviceDescriptor" } ], "properties": { "$...
MIT
en
cph-cachet/carp.core-kotlin
d235b13a63211ff6ca74e57d6a8d729c3e2f0209
2022-04-04T12:13:16
rpc/schemas/studies/StudyService/StudyServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.0" }, "CreateStudy": { "$anchor": "CreateStudy", "Response": { "$anchor": "CreateStudy-Response", "$ref": "../StudyStatus.json" }, "additionalProperties": false, "properties": { "__type": { "cons...
MIT
en
cph-cachet/carp.core-kotlin
664cd714e09c6edb0cc97d6b8368d76f4d0e8de3
2022-02-01T13:04:22
rpc/schemas/studies/RecruitmentService/RecruitmentServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "AddParticipant": { "$anchor": "AddParticipant", "Response": { "$anchor": "AddParticipant-Response", "$ref": "../users/Participant.json" }, "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.studies.infras...
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/deployments/users/ParticipantInvitation.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "assignedPrimaryDeviceRoleNames": { "items": { "type": "string" }, "type": "array" }, "identity": { "$ref": "../../common/users/AccountIdentity.json" }, "...
MIT
en
cph-cachet/carp.core-kotlin
7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91
2022-02-01T13:04:22
rpc/schemas/data/ExpectedDataStream.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "dataType": { "$ref": "../common/NamespacedId.json" }, "deviceRoleName": { "type": "string" } }, "required": [ "deviceRoleName", "dataType" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
7b9f0006e17a90fdcbc435a3a944877dd94185bc
2022-10-14T09:25:20
rpc/schemas/common/data/ECG.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "Data.json#SensorData" } ], "properties": { "__type": { "const": "dk.cachet.carp.ecg" }, "milliVolt": { "type": "number" } }, "required": [ "__type", "milliVolt" ], "type":...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/devices/DeviceRegistration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "properties": { "__type": true, "deviceDisplayName": { "type": [ "string", "null" ] }, "deviceId": { "type": "string" }, "registra...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/NonGravitationalAcceleration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.nongravitationalacceleration" }, "x": { "type": "number" }, "y": { "type": "number" }, "z": { "type": "number" } ...
MIT
en
cph-cachet/carp.core-kotlin
92a71ba31152faef091e017dcd66990584f61ce2
2022-02-01T13:04:22
rpc/schemas/data/DataStreamService/DataStreamServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "AppendToDataStreams": { "$anchor": "AppendToDataStreams", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.data.infrastructure.DataStreamServiceRequest.AppendToDataStreams" }, "batch": { "$ref": "../DataS...
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/sampling/IntervalSamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "SamplingConfiguration.json#/$defs/SamplingConfiguration" } ], "properties": { "$type": { "const": "dk.cachet.carp.common.application.sampling.IntervalSamplingConfiguration" }, "interval": { "...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/data/TriggeredTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.triggeredtask" }, "control": { "$ref": "../triggers/TaskControl.json#Control" }, "destinationDeviceRoleName": { "type": "string" ...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/input/elements/InputElement.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "SelectOne": { "$anchor": "SelectOne", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.common.application.data.input.elements.SelectOne" }, "options": { "items": { "type": "string" ...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/sampling/IntervalSamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "SamplingConfiguration.json#SamplingConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.sampling.IntervalSamplingConfiguration" }, "interval": { "format...
MIT
en
cph-cachet/carp.core-kotlin
080dbdcae16e46ff7c558b8cea9400136991d095
2022-02-28T18:14:01
rpc/schemas/common/tasks/CustomProtocolTask.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "TaskConfiguration.json#/$defs/TaskConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.tasks.CustomProtocolTask" }, "studyProtocol": { "type": "string" ...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/data/HeartRate.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.heartrate" }, "bpm": { "type": "integer" } }, "required": [ "__type", "bpm" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91
2022-02-01T13:04:22
rpc/schemas/common/data/Data.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "../Polymorphic.json" } ] }
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/common/devices/DeviceConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceConfiguration": { "properties": { "__type": true, "defaultSamplingConfiguration": { "additionalProperties": { "$ref": "../sampling/SamplingConfiguration.json" }, "propertyNames": { "$ref": "../NamespacedId.json" ...
MIT
en
cph-cachet/carp.core-kotlin
de9c1e79146d5cfa493c361e373121f11a70eb21
2022-02-11T22:23:59
rpc/schemas/protocols/ProtocolFactoryService/ProtocolFactoryServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.0" }, "CreateCustomProtocol": { "$anchor": "CreateCustomProtocol", "Response": { "$anchor": "CreateCustomProtocol-Response", "$ref": "../StudyProtocolSnapshot.json" }, "additionalProperties": false, "properties": ...
MIT
en
cph-cachet/carp.core-kotlin
b7c726ef65bb046f3a975012fbd03ae6665ba564
2024-03-16T21:19:31
rpc/schemas/common/devices/PrimaryDeviceConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "PrimaryDeviceConfiguration": { "$anchor": "PrimaryDeviceConfiguration", "allOf": [ { "$ref": "DeviceConfiguration.json#DeviceConfiguration" } ], "properties": { "isPrimaryDevice": { "const": true } }, "required":...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/devices/CustomProtocolDevice.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "$ref": "DefaultDeviceRegistration.json" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "DeviceDescriptor.json#/$defs/DeviceDescriptor" } ], "properties": { "__ty...
MIT
en
cph-cachet/carp.core-kotlin
62918eccff5578579d1d07db744635d33102ef04
2022-02-01T13:04:22
rpc/schemas/common/data/Geolocation.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.geolocation" }, "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "required": [ "$type", "latit...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/sampling/BatteryAwareSamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "SamplingConfiguration.json#SamplingConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.sampling.BatteryAwareSamplingConfiguration" }, "critical": { "on...
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/devices/DefaultDeviceRegistration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "DeviceRegistration.json#/$defs/DeviceRegistration" } ], "type": "object", "unevaluatedProperties": false }
MIT
en
cph-cachet/carp.core-kotlin
7d6b495188dc7d135b667f7bedbd5ede9a8bea73
2022-03-01T14:39:21
rpc/schemas/common/triggers/ScheduledTrigger.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "TriggerConfiguration.json#/$defs/TriggerConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.triggers.ScheduledTrigger" }, "recurrenceRule": { "$ref": "...
MIT
en
cph-cachet/carp.core-kotlin
17153775ef281124fa73f312dfe73f8a92c8b040
2022-02-01T13:04:22
rpc/schemas/common/ApplicationData.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "type": [ "object", "string", "null" ] }
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/deployments/users/ParticipantStatus.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "assignedPrimaryDeviceRoleNames": { "items": { "type": "string" }, "type": "array" }, "participantId": { "format": "uuid", "type": "string" } }, "re...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/sampling/GranularitySamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "SamplingConfiguration.json#/$defs/SamplingConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.sampling.GranularitySamplingConfiguration" }, "granularity": { ...
MIT
en
cph-cachet/carp.core-kotlin
a062c66690492fe0f477582d4bb4def4ea084f72
2022-02-01T13:04:22
rpc/schemas/protocols/ProtocolService/ProtocolServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "Add": { "$anchor": "Add", "Response": { "$anchor": "Add-Response", "$ref": "../../common/Unit.json" }, "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.protocols.infrastructure.ProtocolServiceRequest.Ad...
MIT
en
cph-cachet/carp.core-kotlin
17153775ef281124fa73f312dfe73f8a92c8b040
2022-02-01T13:04:22
rpc/schemas/deployments/DeviceDeploymentStatus.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "Deployed": { "$anchor": "Deployed", "properties": { "$type": { "const": "dk.cachet.carp.deployments.application.DeviceDeploymentStatus.Deployed" } }, "required": [ "$type" ], "type": "object" }, "NeedsRedeployment": { ...
MIT
en
cph-cachet/carp.core-kotlin
7341a7dff61c1543cc1ae2835e630bbabb1848e6
2022-10-07T12:15:04
rpc/schemas/common/data/HeartRate.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "__type": { "const": "dk.cachet.carp.heartrate" }, "bpm": { "minimum": 0, "type": "integer" } }, "required": [ "__type", "bpm" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
55284d12439fc74b89e80301dd245877f7024c0b
2022-02-12T03:15:16
rpc/schemas/common/devices/PrimaryDeviceConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "PrimaryDeviceConfiguration": { "allOf": [ { "$ref": "DeviceConfiguration.json#/$defs/DeviceConfiguration" } ], "properties": { "isPrimaryDevice": { "const": true } }, "required": [ "isPrimaryDevice" ] ...
MIT
en
cph-cachet/carp.core-kotlin
9cb2e3bfe46da948e0fc0a0f67fa70a6f5169b7e
2022-04-04T10:00:19
rpc/schemas/protocols/StudyProtocolSnapshot.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceConnection": { "additionalProperties": false, "properties": { "connectedToRoleName": { "type": "string" }, "roleName": { "type": "string" } }, "required": [ "roleName", "connectedToRoleName" ], ...
MIT
en
cph-cachet/carp.core-kotlin
848ae2bf8cc30b9da448e82d414b94c649954243
2022-04-04T12:13:16
rpc/schemas/common/data/Data.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "properties": { "__type": { "$ref": "../NamespacedId.json" } }, "required": [ "__type" ], "type": "object" }, { "if": { "properties": { "__typ...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/devices/BLEHeartRateDevice.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "DeviceRegistration": { "$anchor": "DeviceRegistration", "$ref": "MACAddressDeviceRegistration.json" } }, "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "DeviceConfiguration.json#DeviceConfiguration" } ], "properties": { "__...
MIT
en
cph-cachet/carp.core-kotlin
863b82628f6f7e8e25aead40ed844c119eb8e52a
2022-02-11T23:02:59
rpc/schemas/common/sampling/NoOptionsSamplingConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "SamplingConfiguration.json#/$defs/SamplingConfiguration" } ], "properties": { "__type": { "const": "dk.cachet.carp.common.application.sampling.NoOptionsSamplingConfiguration" } }, "type": "object",...
MIT
en
cph-cachet/carp.core-kotlin
647b4583561f86893baafd78d498fc2c55a8f800
2022-02-01T13:04:22
rpc/schemas/common/users/AccountIdentity.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "EmailAccountIdentity": { "$anchor": "EmailAccountIdentity", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.common.application.users.EmailAccountIdentity" }, "emailAddress": { "format": "email", ...
MIT
en
cph-cachet/carp.core-kotlin
62918eccff5578579d1d07db744635d33102ef04
2022-02-01T13:04:22
rpc/schemas/common/data/HeartRate.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "$type": { "const": "dk.cachet.carp.heartrate" }, "bpm": { "type": "integer" } }, "required": [ "$type", "bpm" ], "type": "object" }
MIT
en
cph-cachet/carp.core-kotlin
080dbdcae16e46ff7c558b8cea9400136991d095
2022-02-28T18:14:01
rpc/schemas/deployments/PrimaryDeviceDeployment.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "additionalProperties": false, "properties": { "applicationData": { "$ref": "../common/ApplicationData.json" }, "connectedDeviceRegistrations": { "additionalProperties": { "$ref": "../common/devices/DeviceRegistration.jso...
MIT
en
cph-cachet/carp.core-kotlin
e3c8f46fe0ea8793db5daad5025f1504ca9c70fc
2022-03-07T16:05:41
rpc/schemas/common/triggers/TriggerConfiguration.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "TriggerConfiguration": { "$anchor": "TriggerConfiguration", "properties": { "__type": true, "sourceDeviceRoleName": { "type": "string" } }, "required": [ "__type", "sourceDeviceRoleName" ], "type": "object" } ...
MIT
en
cph-cachet/carp.core-kotlin
89377442916c3072c4da696cece439291ee5e91a
2022-04-04T10:00:19
rpc/schemas/deployments/ParticipationService/ParticipationServiceRequest.json
20
2024-05-28T05:19:53.327709Z
{ "$defs": { "ApiVersion": { "const": "1.0" }, "GetActiveParticipationInvitations": { "$anchor": "GetActiveParticipationInvitations", "Response": { "$anchor": "GetActiveParticipationInvitations-Response", "items": { "$ref": "../users/ActiveParticipationInvitatio...
MIT
en
cph-cachet/carp.core-kotlin
7b9f0006e17a90fdcbc435a3a944877dd94185bc
2022-10-14T09:25:20
rpc/schemas/common/data/InterbeatInterval.json
20
2024-05-28T05:19:53.327709Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "allOf": [ { "$ref": "Data.json#SensorData" } ], "properties": { "__type": { "const": "dk.cachet.carp.interbeatinterval" } }, "required": [ "__type" ], "type": "object", "unevaluatedProperties": false }
MIT
en
gperdomor/nx-tools
08ea098716e2287a875281b67b42f26f7f374724
2024-05-26T03:49:39
plugins/nx-prisma/src/executors/pull/schema.json
331
2024-05-28T04:22:13.75087Z
{ "$schema": "https://json-schema.org/schema", "description": "The db pull command connects to your database and adds Prisma models to your Prisma schema that reflect the current database schema.", "properties": { "force": { "description": "Force overwrite of manual changes made to schema. The generated...
MIT
en
gperdomor/nx-tools
08ea098716e2287a875281b67b42f26f7f374724
2024-05-26T03:49:39
plugins/nx-prisma/src/executors/generate/schema.json
331
2024-05-28T04:22:13.75087Z
{ "$schema": "https://json-schema.org/schema", "description": "The generate command generates assets like Prisma Client based on the generator and data model blocks defined in your schema.prisma file.", "properties": { "data-proxy": { "description": "The generate command will generate Prisma Client for ...
MIT
en
gperdomor/nx-tools
e7b073f95bf1c3d185537039a0b77f1734ac65d3
2024-05-26T03:51:18
plugins/nx-graphql-codegen/src/executors/generate/schema.json
331
2024-05-28T04:22:13.75087Z
{ "$schema": "https://json-schema.org/schema", "description": "", "properties": { "config": { "description": "Specifies the path to the desired graphql code generator config file to be processed instead of the default path. Both absolute and relative paths are supported.", "type": "string" } ...
MIT
en
gperdomor/nx-tools
e76e9561a6be8e47a46f50bf813bcf5912195f7e
2024-05-26T03:45:31
plugins/nx-container/src/executors/build/schema.json
331
2024-05-28T04:22:13.75087Z
{ "$schema": "https://json-schema.org/schema", "description": "Builds an image using instructions from the Dockerfile and a specified build context directory.", "properties": { "add-hosts": { "description": "List of customs host-to-IP mapping (e.g., docker:10.180.0.1)", "items": { "type": ...
MIT
en
gperdomor/nx-tools
08ea098716e2287a875281b67b42f26f7f374724
2024-05-26T03:49:39
plugins/nx-prisma/src/generators/configuration/schema.json
331
2024-05-28T04:22:13.75087Z
{ "$id": "Configuration", "$schema": "https://json-schema.org/schema", "properties": { "database": { "default": "postgresql", "description": "The database provider for your schema.", "enum": [ "cockroachdb", "mongodb", "mysql", "postgresql", "sqlite", ...
MIT
en
gperdomor/nx-tools
08ea098716e2287a875281b67b42f26f7f374724
2024-05-26T03:49:39
plugins/nx-prisma/src/executors/studio/schema.json
331
2024-05-28T04:22:13.75087Z
{ "$schema": "https://json-schema.org/schema", "description": "The studio command allows you to interact with and manage your data interactively. It does this by starting a local web server with a web app configured with your project's data schema and records.", "properties": { "browser": { "description...
MIT
en