brevoza/US-presidents
brevoza.config.yml
collections:
presidents:
config: presidents-config.yml
Viewing: brevoza/US-presidents on branch main
Collections
presidents
collection: presidents
description: >
Dataset of U.S. presidents
storage:
path: presidents/
format: json
idField: id
schema:
type: object
required:
- id
- name
properties:
id:
type: string
description: Unique slug identifier
name:
type: string
startDate:
type: date
description: the day they took office
endDate:
type: date
description: the day they left office