context loading, path resolution, form state, dynamic rules, and provider-neutral assessment runner/cache boundary
This commit is contained in:
parent
eccf1874fb
commit
8361f9ea45
29 changed files with 2809 additions and 65 deletions
19
examples/runtime/business-letter.context.yaml
Normal file
19
examples/runtime/business-letter.context.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
metadata:
|
||||
case_id: letter-ada-001
|
||||
schema:
|
||||
type: object
|
||||
required: [recipient, sender]
|
||||
properties:
|
||||
recipient:
|
||||
type: object
|
||||
required: [name]
|
||||
sender:
|
||||
type: object
|
||||
required: [name, email]
|
||||
context:
|
||||
recipient:
|
||||
name: Ada Lovelace
|
||||
relationship: research collaborator
|
||||
sender:
|
||||
name: Markitect Team
|
||||
email: hello@example.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue