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 | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/RecurrenceRule.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"pattern": "^RRULE:FREQ=(SECONDLY|MINUTELY|HOURLY|DAILY|WEEKLY|MONTHLY|YEARLY)(;(INTERVAL|UNTIL|COUNT)=\\d+)*$",
"type": "string"
} | MIT | en |
cph-cachet/carp.core-kotlin | f938c7adb61b9c7b24ca2a353570c340d8a173e1 | 2022-04-04T10:00:19 | 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 | a062c66690492fe0f477582d4bb4def4ea084f72 | 2022-02-01T13:04:22 | 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 | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/common/tasks/BackgroundTask.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.BackgroundTask"
},
"duration": {
"format": "duration",
"typ... | MIT | en |
cph-cachet/carp.core-kotlin | 7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91 | 2022-02-01T13:04:22 | rpc/schemas/data/DataStreamSequence.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"dataStream": {
"$ref": "DataStreamId.json"
},
"firstSequenceId": {
"minimum": 0,
"type": "integer"
},
"measurements": {
"description": "Measurements in this sequ... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/common/tasks/CustomProtocolTask.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.CustomProtocolTask"
},
"studyProtocol": {
"type": "string"
}
... | MIT | en |
cph-cachet/carp.core-kotlin | 17153775ef281124fa73f312dfe73f8a92c8b040 | 2022-02-01T13:04:22 | 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 | 55284d12439fc74b89e80301dd245877f7024c0b | 2022-02-12T03:15:16 | 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": "DeviceConfiguration.json#/$defs/DeviceConfiguration"
}
],
"properties": {
... | MIT | en |
cph-cachet/carp.core-kotlin | de9c1e79146d5cfa493c361e373121f11a70eb21 | 2022-02-11T22:23: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.Ad... | MIT | en |
cph-cachet/carp.core-kotlin | a062c66690492fe0f477582d4bb4def4ea084f72 | 2022-02-01T13:04:22 | rpc/schemas/common/triggers/TaskControl.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"Control": {
"$anchor": "Control",
"enum": [
"Start",
"Stop"
],
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"control": {
"$ref": "#/$defs/Control"
},
... | MIT | en |
cph-cachet/carp.core-kotlin | 62918eccff5578579d1d07db744635d33102ef04 | 2022-02-01T13:04:22 | 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 | 7d6b495188dc7d135b667f7bedbd5ede9a8bea73 | 2022-03-01T14:39:21 | rpc/schemas/common/triggers/ManualTrigger.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.ManualTrigger"
},
"description": {
"type": [
... | MIT | en |
cph-cachet/carp.core-kotlin | 55284d12439fc74b89e80301dd245877f7024c0b | 2022-02-12T03:15:16 | rpc/schemas/deployments/DeploymentService/DeploymentServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"ApiVersion": {
"const": "1.0"
},
"CreateStudyDeployment": {
"$anchor": "CreateStudyDeployment",
"Response": {
"$anchor": "CreateStudyDeployment-Response",
"$ref": "../StudyDeploymentStatus.json"
},
"additionalProperties": false,
"properties... | MIT | en |
cph-cachet/carp.core-kotlin | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | 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": "DeviceConfiguration.json#DeviceConfiguration"
}
],
"properties": {
"__typ... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/tasks/CustomProtocolTask.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.CustomProtocolTask"
},
"studyProtocol": {
"type": "string"
}
... | MIT | en |
cph-cachet/carp.core-kotlin | c6d594d894599db3da7f90205da47b5018431559 | 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 | 7b9f0006e17a90fdcbc435a3a944877dd94185bc | 2022-10-14T09:25:20 | rpc/schemas/common/data/Geolocation.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.geolocation"
},
"latitude": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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 | 089dbc81087fc992ae24eb4311de3e259fd83020 | 2022-04-04T10:00:19 | 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 | 4a7fe521b7dda62181c6e1a8acaadc11bb581934 | 2022-10-05T13:15:55 | rpc/schemas/protocols/ProtocolFactoryService/ProtocolFactoryServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"ApiVersion": {
"const": "1.1"
},
"CreateCustomProtocol": {
"$anchor": "CreateCustomProtocol",
"Response": {
"$anchor": "CreateCustomProtocol-Response",
"$ref": "../StudyProtocolSnapshot.json"
},
"additionalProperties": false,
"properties": ... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | 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": {
"$typ... | MIT | en |
cph-cachet/carp.core-kotlin | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | rpc/schemas/common/devices/MACAddressDeviceRegistration.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "DeviceRegistration.json#DeviceRegistration"
}
],
"properties": {
"macAddress": {
"type": "string"
}
},
"required": [
"macAddress"
],
"type": "object",
"unevaluatedProperties": false
} | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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/SensorSkinContact.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.sensorskincontact"
},
"contact": {
"type": "boolean"
}
},
"required": [
"$type",
"contact"
],
"type": "object"
} | MIT | en |
cph-cachet/carp.core-kotlin | 4a7fe521b7dda62181c6e1a8acaadc11bb581934 | 2022-10-05T13:15:55 | 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 | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | 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#SamplingConfiguration"
}
],
"properties": {
"__type": {
"const": "dk.cachet.carp.common.application.sampling.NoOptionsSamplingConfiguration"
}
},
"type": "object",
"une... | MIT | en |
cph-cachet/carp.core-kotlin | a8461ca6deadba86af55e975cfb16bd2725a43f8 | 2022-03-18T14:13:14 | rpc/schemas/studies/StudyStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"Configuring": {
"$anchor": "Configuring",
"allOf": [
{
"$ref": "#/$defs/StudyStatus"
}
],
"properties": {
"__type": {
"const": "dk.cachet.carp.studies.application.StudyStatus.Configuring"
},
"canGoLive": {
... | MIT | en |
cph-cachet/carp.core-kotlin | de9c1e79146d5cfa493c361e373121f11a70eb21 | 2022-02-11T22:23:59 | 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 | de9c1e79146d5cfa493c361e373121f11a70eb21 | 2022-02-11T22:23: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": {
"const... | MIT | en |
cph-cachet/carp.core-kotlin | 7341a7dff61c1543cc1ae2835e630bbabb1848e6 | 2022-10-07T12:15:04 | 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": {
"maximum": 90,
"minimum": -90,
"type": "number"
},
"longitude": {
"maximum": 180,
"... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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": "MasterDeviceDescriptor.json#/$defs/MasterDeviceDescriptor"
}
],
"properties":... | MIT | en |
cph-cachet/carp.core-kotlin | 4b27caf1d9129f17093470dfa52bcdf358d42afe | 2022-04-04T10:00:19 | rpc/schemas/deployments/users/ParticipantData.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"RoleData": {
"additionalProperties": false,
"properties": {
"data": {
"$ref": "../users/ParticipantDataMap.json"
},
"roleName": {
"type": "string"
}
},
"required": [
"roleName",
"data"
],
"type": ... | MIT | en |
cph-cachet/carp.core-kotlin | 17153775ef281124fa73f312dfe73f8a92c8b040 | 2022-02-01T13:04:22 | rpc/schemas/deployments/DeploymentService/DeploymentServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"CreateStudyDeployment": {
"$anchor": "CreateStudyDeployment",
"Response": {
"$anchor": "CreateStudyDeployment-Response",
"$ref": "../StudyDeploymentStatus.json"
},
"additionalProperties": false,
"properties": {
"$type": {
"const": "dk.c... | MIT | en |
cph-cachet/carp.core-kotlin | 74fca8e3c0c30f79ff9a8e9d6b0c74db83c8b1b8 | 2022-10-12T13:33:52 | 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/tasks/CustomProtocolTask.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.CustomProtocolTask"
},
"studyProtocol": {
"type": "string"
}
... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/common/triggers/ElapsedTimeTrigger.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "Trigger.json#/$defs/Trigger"
}
],
"properties": {
"__type": {
"const": "dk.cachet.carp.common.application.triggers.ElapsedTimeTrigger"
},
"elapsedTime": {
"format": "duration",
"type": ... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/common/tasks/Measure.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"DataStream": {
"$anchor": "DataStream",
"additionalProperties": false,
"properties": {
"__type": {
"const": "dk.cachet.carp.common.application.tasks.Measure.DataStream"
},
"overrideSamplingConfiguration": {
"oneOf": [
{
... | MIT | en |
cph-cachet/carp.core-kotlin | 17153775ef281124fa73f312dfe73f8a92c8b040 | 2022-02-01T13:04:22 | 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": {
"assignedMasterDeviceRoleNames": {
"items": {
"type": "string"
},
"type": "array"
},
"identity": {
"$ref": "../../common/users/AccountIdentity.json"
},
"i... | MIT | en |
cph-cachet/carp.core-kotlin | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | 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#TriggerConfiguration"
}
],
"properties": {
"__type": {
"const": "dk.cachet.carp.common.application.triggers.ScheduledTrigger"
},
"recurrenceRule": {
"$ref": "../Recu... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/studies/StudyStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"Configuring": {
"$anchor": "Configuring",
"allOf": [
{
"$ref": "#/$defs/StudyStatus"
}
],
"properties": {
"__type": {
"const": "dk.cachet.carp.studies.application.StudyStatus.Configuring"
},
"canGoLive": {
... | MIT | en |
cph-cachet/carp.core-kotlin | 7d6b495188dc7d135b667f7bedbd5ede9a8bea73 | 2022-03-01T14:39:21 | rpc/schemas/common/triggers/ElapsedTimeTrigger.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.ElapsedTimeTrigger"
},
"elapsedTime": {
"format": ... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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 | 7b9f0006e17a90fdcbc435a3a944877dd94185bc | 2022-10-14T09:25:20 | rpc/schemas/data/Measurement.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"data": {
"$ref": "../common/data/Data.json"
},
"sensorEndTime": {
"description": "If set, sensorEndTime needs to lie after sensorStartTime.",
"type": [
"integer",
... | MIT | en |
cph-cachet/carp.core-kotlin | f16537e40792c54a111f5a86447e9dc529e3ef17 | 2022-03-09T19:51:19 | 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 | 62918eccff5578579d1d07db744635d33102ef04 | 2022-02-01T13:04:22 | 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 | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/tasks/Measure.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"DataStream": {
"$anchor": "DataStream",
"additionalProperties": false,
"properties": {
"$type": {
"const": "dk.cachet.carp.common.application.tasks.Measure.DataStream"
},
"overrideSamplingConfiguration": {
"oneOf": [
{
... | MIT | en |
cph-cachet/carp.core-kotlin | 62918eccff5578579d1d07db744635d33102ef04 | 2022-02-01T13:04:22 | rpc/schemas/common/triggers/TaskControl.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"Control": {
"$anchor": "Control",
"enum": [
"Start",
"Stop"
],
"type": "string"
}
},
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"control": {
"$ref": "#Control"
},
"des... | MIT | en |
cph-cachet/carp.core-kotlin | 676925e9723857faeb828fdab576b1ff6ed02f73 | 2022-02-01T13:04:22 | rpc/schemas/studies/StudyStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"Configuring": {
"$anchor": "Configuring",
"properties": {
"$type": {
"const": "dk.cachet.carp.studies.application.StudyStatus.Configuring"
},
"canGoLive": {
"type": "boolean"
}
},
"required": [
"$type",
"canG... | MIT | en |
cph-cachet/carp.core-kotlin | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | rpc/schemas/common/triggers/ElapsedTimeTrigger.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "TriggerConfiguration.json#TriggerConfiguration"
}
],
"properties": {
"__type": {
"const": "dk.cachet.carp.common.application.triggers.ElapsedTimeTrigger"
},
"elapsedTime": {
"format": "durati... | MIT | en |
cph-cachet/carp.core-kotlin | 922cbb43f408ee4d3171a10889f821601652923c | 2022-02-01T13:04:22 | rpc/schemas/studies/StudyStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"Configuring": {
"$anchor": "Configuring",
"allOf": [
{
"$ref": "#/$defs/StudyStatus"
}
],
"properties": {
"$type": {
"const": "dk.cachet.carp.studies.application.StudyStatus.Configuring"
},
"canGoLive": {
"... | MIT | en |
cph-cachet/carp.core-kotlin | 58b889b65b6e2494791d0adbc2a5d2ae572f06ee | 2022-04-04T10:00:19 | rpc/schemas/common/users/ParticipantRole.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"isOptional": {
"type": "boolean"
},
"role": {
"type": "string"
}
},
"required": [
"role",
"isOptional"
],
"type": "object"
} | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | 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": "MasterDeviceDescriptor.json#/$defs/MasterDeviceDescriptor"
}
],
"properties":... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/triggers/ScheduledTrigger.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "Trigger.json#/$defs/Trigger"
}
],
"properties": {
"$type": {
"const": "dk.cachet.carp.common.application.triggers.ScheduledTrigger"
},
"recurrenceRule": {
"$ref": "../RecurrenceRule.json"
... | MIT | en |
cph-cachet/carp.core-kotlin | 676925e9723857faeb828fdab576b1ff6ed02f73 | 2022-02-01T13:04:22 | rpc/schemas/studies/StudyService/StudyServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"CreateStudy": {
"$anchor": "CreateStudy",
"Response": {
"$anchor": "CreateStudy-Response",
"$ref": "../StudyStatus.json"
},
"additionalProperties": false,
"properties": {
"$type": {
"const": "dk.cachet.carp.studies.infrastructure.StudyS... | MIT | en |
cph-cachet/carp.core-kotlin | 7b9f0006e17a90fdcbc435a3a944877dd94185bc | 2022-10-14T09:25:20 | rpc/schemas/common/data/EDA.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.eda"
},
"microSiemens": {
"minimum": 0,
"type": "number"
}
},
"required": [
"__type",
"mi... | MIT | en |
cph-cachet/carp.core-kotlin | 17153775ef281124fa73f312dfe73f8a92c8b040 | 2022-02-01T13:04:22 | rpc/schemas/deployments/StudyDeploymentStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"DeployingDevices": {
"$anchor": "DeployingDevices",
"properties": {
"$type": {
"const": "dk.cachet.carp.deployments.application.StudyDeploymentStatus.DeployingDevices"
}
},
"required": [
"$type"
],
"type": "object"
},
"Inv... | MIT | en |
cph-cachet/carp.core-kotlin | 664cd714e09c6edb0cc97d6b8368d76f4d0e8de3 | 2022-02-01T13:04:22 | rpc/schemas/studies/users/Participant.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"accountIdentity": {
"$ref": "../../common/users/AccountIdentity.json"
},
"id": {
"format": "uuid",
"type": "string"
}
},
"required": [
"accountIdentity",
"id"
... | MIT | en |
cph-cachet/carp.core-kotlin | 848ae2bf8cc30b9da448e82d414b94c649954243 | 2022-04-04T12:13:16 | rpc/schemas/common/data/InterbeatInterval.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.interbeatinterval"
}
},
"required": [
"__type"
],
"type": "object"
} | MIT | en |
cph-cachet/carp.core-kotlin | 55284d12439fc74b89e80301dd245877f7024c0b | 2022-02-12T03:15:16 | 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#/$defs/DeviceConfiguration"
}
],
"properties": {
... | MIT | en |
cph-cachet/carp.core-kotlin | 7d6b495188dc7d135b667f7bedbd5ede9a8bea73 | 2022-03-01T14:39:21 | 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 | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/studies/users/ParticipantGroupStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"InDeployment": {
"allOf": [
{
"$ref": "#/$defs/ParticipantGroupStatus"
}
],
"properties": {
"invitedOn": {
"format": "date-time",
"type": "string"
},
"studyDeploymentStatus": {
"$ref": "../../deployment... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 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 | 1741142df84715c6730605d7fa667286b8d23ea3 | 2022-04-03T18:15:36 | rpc/schemas/common/data/Acceleration.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.acceleration"
},
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
},
"required... | MIT | en |
cph-cachet/carp.core-kotlin | 7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91 | 2022-02-01T13:04:22 | rpc/schemas/data/DataStreamId.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"
},
"studyDeploymentId": {
"format": "uuid",
"type": "string"
}
}... | MIT | en |
cph-cachet/carp.core-kotlin | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | rpc/schemas/common/tasks/TaskConfiguration.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"TaskConfiguration": {
"$anchor": "TaskConfiguration",
"properties": {
"__type": true,
"description": {
"type": [
"string",
"null"
]
},
"measures": {
"items": {
"$ref": "Measure.json"
... | MIT | en |
cph-cachet/carp.core-kotlin | cc445ba45a90d832a7a53775967c78f27ed0dc6d | 2022-02-01T13:04:22 | rpc/schemas/common/Unit.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"type": "object"
} | MIT | en |
cph-cachet/carp.core-kotlin | be36946b0e6632fd8dbe8f18241eb6a34ad4b2e1 | 2022-10-07T12:15:04 | rpc/schemas/common/data/EDA.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.eda"
},
"microSiemens": {
"minimum": 0,
"type": "number"
}
},
"required": [
"__type",
"microSiemens"
],
"type": "object... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/common/users/ParticipantAttribute.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"CustomParticipantAttribute": {
"$anchor": "CustomParticipantAttribute",
"additionalProperties": false,
"properties": {
"__type": {
"const": "dk.cachet.carp.common.application.users.ParticipantAttribute.CustomParticipantAttribute"
},
"input": {
... | MIT | en |
cph-cachet/carp.core-kotlin | de9c1e79146d5cfa493c361e373121f11a70eb21 | 2022-02-11T22:23:59 | rpc/schemas/deployments/DeploymentService/DeploymentServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"ApiVersion": {
"const": "1.0"
},
"CreateStudyDeployment": {
"$anchor": "CreateStudyDeployment",
"Response": {
"$anchor": "CreateStudyDeployment-Response",
"$ref": "../StudyDeploymentStatus.json"
},
"additionalProperties": false,
"properties... | MIT | en |
cph-cachet/carp.core-kotlin | 089dbc81087fc992ae24eb4311de3e259fd83020 | 2022-04-04T10:00:19 | rpc/schemas/studies/users/AssignedParticipantRoles.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"
}
},
"required": [
"participantId",
"as... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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/deployments/DeploymentService/DeploymentServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"ApiVersion": {
"const": "1.0"
},
"CreateStudyDeployment": {
"$anchor": "CreateStudyDeployment",
"Response": {
"$anchor": "CreateStudyDeployment-Response",
"$ref": "../StudyDeploymentStatus.json"
},
"additionalProperties": false,
"properties... | MIT | en |
cph-cachet/carp.core-kotlin | b194b814525d96fb33748ffe85be746625c99e80 | 2022-02-01T13:04:22 | rpc/schemas/deployments/ParticipationService/ParticipationServiceRequest.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"GetActiveParticipationInvitations": {
"$anchor": "GetActiveParticipationInvitations",
"Response": {
"$anchor": "GetActiveParticipationInvitations-Response",
"items": {
"$ref": "../users/ActiveParticipationInvitation.json"
},
"type": "array"
... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 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": [
{
"properties": {
"$type": {
"$ref": "../NamespacedId.json"
}
},
"required": [
"$type"
],
"type": "object"
},
{
"if": {
"properties": {
"$type":... | MIT | en |
cph-cachet/carp.core-kotlin | e3c8f46fe0ea8793db5daad5025f1504ca9c70fc | 2022-03-07T16:05:41 | rpc/schemas/common/devices/BLESerialNumberDeviceRegistration.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "DeviceRegistration.json#DeviceRegistration"
}
],
"properties": {
"serialNumber": {
"type": "string"
}
},
"required": [
"serialNumber"
],
"type": "object",
"unevaluatedProperties": false
} | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | 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/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 | 2424b917ec88d0f462831e39d348b7c6788f2949 | 2022-04-04T10:00:19 | rpc/schemas/common/users/ExpectedParticipantData.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"assignedTo": {
"$ref": "AssignedTo.json"
},
"attribute": {
"$ref": "ParticipantAttribute.json"
}
},
"required": [
"attribute"
],
"type": "object"
} | MIT | en |
cph-cachet/carp.core-kotlin | b194b814525d96fb33748ffe85be746625c99e80 | 2022-02-01T13:04:22 | rpc/schemas/deployments/users/ParticipantData.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"data": {
"$ref": "../users/ParticipantDataMap.json"
},
"studyDeploymentId": {
"format": "uuid",
"type": "string"
}
},
"required": [
"studyDeploymentId",
"data"... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/TimeOfDay.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"pattern": "^\\d\\d:\\d\\d:\\d\\d$",
"type": "string"
} | MIT | en |
cph-cachet/carp.core-kotlin | 6f4cf2937110abb4d01389e55ac9cf429465c0cc | 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 | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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 | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | 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/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 | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/triggers/ManualTrigger.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "Trigger.json#/$defs/Trigger"
}
],
"properties": {
"$type": {
"const": "dk.cachet.carp.common.application.triggers.ManualTrigger"
},
"description": {
"type": [
"string",
"null"... | MIT | en |
cph-cachet/carp.core-kotlin | 62918eccff5578579d1d07db744635d33102ef04 | 2022-02-01T13:04:22 | rpc/schemas/common/data/AngularVelocity.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.angularvelocity"
},
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type": "number"
}
},
"requir... | MIT | en |
cph-cachet/carp.core-kotlin | 4a7fe521b7dda62181c6e1a8acaadc11bb581934 | 2022-10-05T13:15:55 | 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/sampling/BatteryAwareSamplingConfiguration.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.BatteryAwareSamplingConfiguration"
},
"critical": {
... | MIT | en |
cph-cachet/carp.core-kotlin | 863b82628f6f7e8e25aead40ed844c119eb8e52a | 2022-02-11T23:02:59 | rpc/schemas/studies/users/ParticipantGroupStatus.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$defs": {
"InDeployment": {
"allOf": [
{
"$ref": "#/$defs/ParticipantGroupStatus"
}
],
"properties": {
"invitedOn": {
"format": "date-time",
"type": "string"
},
"studyDeploymentStatus": {
"$ref": "../../deployment... | MIT | en |
cph-cachet/carp.core-kotlin | 7ea6ba7386abefcd3c8badf7fb9a6427f3de2b91 | 2022-02-01T13:04:22 | rpc/schemas/data/DataStreamsConfiguration.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"expectedDataStreams": {
"items": {
"$ref": "ExpectedDataStream.json"
},
"type": "array"
},
"studyDeploymentId": {
"format": "uuid",
"type": "string"
}
... | MIT | en |
cph-cachet/carp.core-kotlin | f938c7adb61b9c7b24ca2a353570c340d8a173e1 | 2022-04-04T10:00:19 | 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": {
"assignedRoles": {
"$ref": "../../common/users/AssignedTo.json"
},
"identity": {
"$ref": "../../common/users/AccountIdentity.json"
},
"invitation": {
"$ref": "../users/... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | rpc/schemas/common/devices/MACAddressDeviceRegistration.json | 20 | 2024-05-28T05:19:53.327709Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"allOf": [
{
"$ref": "DeviceRegistration.json#/$defs/DeviceRegistration"
}
],
"properties": {
"macAddress": {
"type": "string"
}
},
"required": [
"macAddress"
],
"type": "object",
"unevaluatedProperties": fals... | MIT | en |
cph-cachet/carp.core-kotlin | 17153775ef281124fa73f312dfe73f8a92c8b040 | 2022-02-01T13:04:22 | rpc/schemas/deployments/users/StudyInvitation.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"
},
"description": {
"type": [
"string",
"null"
]
},
"name": {
"type": "string"
... | MIT | en |
cph-cachet/carp.core-kotlin | 17153775ef281124fa73f312dfe73f8a92c8b040 | 2022-02-01T13:04:22 | 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": {
"assignedMasterDeviceRoleNames": {
"items": {
"type": "string"
},
"type": "array"
},
"participantId": {
"format": "uuid",
"type": "string"
}
},
"req... | MIT | en |
cph-cachet/carp.core-kotlin | f938c7adb61b9c7b24ca2a353570c340d8a173e1 | 2022-04-04T10:00:19 | 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": {
"assignedParticipantRoles": {
"$ref": "../../common/users/AssignedTo.json"
},
"assignedPrimaryDeviceRoleNames": {
"items": {
"type": "string"
},
"type": "array"
... | MIT | en |
cph-cachet/carp.core-kotlin | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | 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 | 62918eccff5578579d1d07db744635d33102ef04 | 2022-02-01T13:04:22 | 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 | 647b4583561f86893baafd78d498fc2c55a8f800 | 2022-02-01T13:04:22 | 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#/$defs/SamplingConfiguration"
}
],
"properties": {
"$type": {
"const": "dk.cachet.carp.common.application.sampling.BatteryAwareSamplingConfiguration"
},
"critical": {
... | MIT | en |
cph-cachet/carp.core-kotlin | 7b9f0006e17a90fdcbc435a3a944877dd94185bc | 2022-10-14T09:25:20 | rpc/schemas/common/data/Acceleration.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.acceleration"
},
"x": {
"type": "number"
},
"y": {
"type": "number"
},
"z": {
"type... | MIT | en |
cph-cachet/carp.core-kotlin | 7b9f0006e17a90fdcbc435a3a944877dd94185bc | 2022-10-14T09:25:20 | rpc/schemas/common/data/SignalStrength.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.signalstrength"
},
"rssi": {
"$ref": "../Short.json"
}
},
"required": [
"__type",
"rssi"
],
... | MIT | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.