Skip to content

Add BMML (Business Model Markup Language) schema#5301

Open
hiasinho wants to merge 9 commits intoSchemaStore:masterfrom
hiasinho:add-bmml-schema
Open

Add BMML (Business Model Markup Language) schema#5301
hiasinho wants to merge 9 commits intoSchemaStore:masterfrom
hiasinho:add-bmml-schema

Conversation

@hiasinho
Copy link

Summary

This PR adds support for BMML (Business Model Markup Language), a YAML-based markup language for describing business models based on Alexander Osterwalder's Business Model Canvas framework.

Changes:

  • Add catalog entry for BMML schema
  • Add positive test file (src/test/bmml.yaml)
  • Add negative test file (src/negative_test/bmml.yaml)

Schema Details:

About BMML:
BMML enables teams to describe business models as structured YAML files, supporting:

  • Business Model Canvas (9 building blocks)
  • Value Proposition Canvas (optional detail)
  • Relationship tracking between entities
  • Schema validation and linting

The schema is hosted on GitHub Pages from the official repository.

hiasinho and others added 2 commits January 22, 2026 00:21
Add positive and negative test files for BMML v2 format validation.
BMML is a YAML-based markup language for describing business models,
based on Alexander Osterwalder's Business Model Canvas framework.
BMML is a YAML-based markup language for describing business models,
based on Alexander Osterwalder's Business Model Canvas framework.

- Adds catalog entry for BMML schema
- Schema URL points to GitHub Pages hosted version
- FileMatch patterns: *.bmml, *.bmml.yaml, *.bmml.yml

Project: https://github.com/hiasinho/bmml
@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @madskristensen and @hyperupcall - if they write a comment saying "LGTM" then it will be merged.

@hyperupcall
Copy link
Member

Thanks! I can merge once CI and merge conflicts are resolved.

- Add missing closing bracket and comma after BMML entry in catalog.json
- Move src/negative_test/bmml.yaml to src/negative_test/bmml/bmml.yaml
Move src/test/bmml.yaml to src/test/bmml/bmml.yaml (SchemaStore requires test files in subdirectories)
- Add local copy of BMML schema to src/schemas/json/bmml.json
- Point catalog.json URL to SchemaStore's own raw URL
- Add yaml-language-server schema pragmas to test files
@hiasinho
Copy link
Author

@hyperupcall finally got it done. Sorry it took so long. Tests are green now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments