Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SDK question: best way to structure app configuration schema?
#1
I am building my first OrbitOS app and I want to keep configuration future-proof.

Do you recommend:
- versioned config schema
- strict validation at startup
- migration hooks between schema versions

Any reference implementation from the team?
Reply
#2
Great question. Yes, we recommend exactly that pattern: versioned schema, strict startup validation, and explicit migration steps.

We are preparing an SDK sample that includes schema migration and rollback-safe defaults.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)