1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
Thank you for reaching out regarding the Bedrock Data Automation blueprint schema error.
I understand how frustrating it can be when encountering schema validation issues without clear error indicators. After reviewing your JSON schema, I've identified several adjustments that should resolve the invalid schema error:
- Your schema needs some essential root-level elements. Here's what to add at the top of your JSON:
{ "description": "Blueprint for processing patient contacts", "class": "Patient Contacts", "type": "object", "definitions": {}, "properties": { // Your existing patient_contacts content goes here } }
- In your instruction fields for phone number formatting, please complete the example formats:
- Update "Transform the patient's home phone number into US phone format (e.g., )." to include the format example: "(555) 123-4567)"
- Do the same for mobile and other phone number formatting instructions
- For consistent formatting:
- Replace the tabs in the "patient_email" section with spaces
- Ensure uniform indentation throughout the schema
Try implementing these changes and let me know if you still encounter any issues. I'm here to help if you need further assistance or clarification.
Sources
Creating blueprints for images - Amazon Bedrock
Create Blueprints for Validation - Amazon Bedrock
Custom output and blueprints - Amazon Bedrock
