Skip to content

Commit

Permalink
Create schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sapletta-com authored Jan 7, 2024
1 parent c4c3778 commit 0f6ac58
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
type: object
properties:
research:
type: object
properties:
goal:
type: string
hypotheses:
type: array
items:
type: string
...

development:
type: object
properties:
requirements:
type: array
items:
type: string
...
# Tutaj można dopisać kolejne sekcje tak jak MVP, Offer, itd.
required:
- research
- development
# - mvp
# - offer
# - first_sale
# - monitoring
# - sales_growth

0 comments on commit 0f6ac58

Please sign in to comment.