Examples for Stitch Link Metadata

From LinkMetadata.yaml (stitch/LinkMetadata.schema)

---
{}
---
delayed:
  filename: slowfile.txt
  status: ready
  delay_function: stitch.application.generate_slow_file
---
delayed:
  filename: slowfile.txt
  status: ready
  delay_function: stitch.application.generate_slow_file
  waiting_message: Please wait while we prepare {filename}. It will be ready shortly.
  failed_message: We were unable to prepare {filename}. Please contact the link owner for more information.
  refresh_interval: 10
---
delayed:
  filename: slowfile.txt
  status: ready
  delay_function: stitch.application.generate_slow_file
  waiting_message: Please wait while we prepare {filename}. It will be ready shortly.
ready_message: Your file is ready!

---
expired_message: Your link has expired. Please visit <a href="https://example.com">here</a>.
---
ready_message: Your file is ready!

---
cleo:
  patient_uid: patient_123
  clinic_uid: clinic_456

---
cleo:
  patient_uid: null
  clinic_uid: null


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]