UNPKG
workout-tracker
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.0.0
1.0.2
1.0.1
1.0.0
0.0.1
A set of JSON schemas for workouts
github.com/khaliqgant/workout-tracker
khaliqgant/workout-tracker
workout-tracker
/
base
/
mens_health.json
12 lines
(11 loc)
•
208 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"
$schema
"
:
"http://json-schema.org/draft-04/schema#"
,
"id"
:
"/mens_health.json"
,
"type"
:
"object"
,
"required"
: [
"title"
,
"source"
,
"time"
,
"workout"
] }