recognitions
Official acknowledgments or certifications related to the offer. Enables users to verify legitimacy and compliance with standards.
Required
NoExpected Type
Array<Object>title
Description
Name of the recognition or certification. Helps users identify the specific credential awarded.
Guideline
Official name of the recognition or certification.
Required
NoExpected Type
StringCorrect Example
"title": "FDA Approval"
Incorrect Example
"title": "Approved"
type
Description
Category or classification of the recognition. Supports clear understanding of the recognition's purpose or domain.
Guideline
Specific classification of recognition.
Required
NoExpected Type
StringCorrect Example
"type": "certification"
Incorrect Example
"type": "FDA Certification"
issuing_body
Description
Name of the authoritative organization granting the recognition. Provides credibility and context for trust.
Guideline
Full formal name of the organization granting the recognition.
Required
NoExpected Type
StringCorrect Example
"issuing_body": "U.S. Food and Drug Administration"
Incorrect Example
"issuing_body": "health agency"
summary
Description
Brief non-binding explanation of the recognition's scope and significance. Helps users grasp its relevance without legal complexity.
Guideline
Clear summary of what the recognition covers.
Required
NoExpected Type
StringCorrect Example
"summary": "FDA approved for safe use as a medical device"
Incorrect Example
"summary": "approved"
proof
Description
URL linking directly to official documentation or evidence supporting the recognition. Ensures users can verify details and authenticity.
Guideline
Publicly accessible URL linking directly to official recognition documents. Avoid indirect links, redirects, query strings, or non-official sources.
Required
NoExpected Type
StringCorrect Example
"proof": "https://www.fda.gov/downloads/acme-ultra.pdf"
Incorrect Example
"proof": "https://www.fda.gov/downloads/acme-ultra.pdf?sessionId=9834ahD7&tracking=true&click=%20%2B%2F%23fail%3&token=abc123!@#&utm_source=%%broken%%"