Skip to content

Instantly share code, notes, and snippets.

@alexandramartinez
Created February 6, 2024 21:56
Show Gist options
  • Save alexandramartinez/68a6496a62292ac538b6252ac911174d to your computer and use it in GitHub Desktop.
Save alexandramartinez/68a6496a62292ac538b6252ac911174d to your computer and use it in GitHub Desktop.
openapi: 3.0.3
components:
schemas:
runner_profiles:
type: object
properties:
maid:
type: number
first_name:
type: string
last_name:
type: string
email:
type: string
gender:
type: string
city:
type: string
state:
type: string
created:
type: string
format: date
exercises:
type: object
properties:
runid:
type: number
datetime:
type: string
format: date-time
km_run:
type: number
calories_burned:
type: number
duration_minutes:
type: number
maid:
type: number
type:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment