{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/about-us.schema.json", "title": "About Us Page Schema", "description": "Schema for an About Us page, detailing an organization or individual.", "type": "object", "properties": { "@context": { "type": "string", "const": "https://schema.org" }, "@type": { "type": "string", "enum": ["AboutPage"] }, "name": { "type": "string", "description": "The name of the organization or individual this page is about." }, "description": { "type": "string", "description": "A brief description of the organization or individual." }, "url": { "type": "string", "format": "uri", "description": "The URL of the About Us page." }, "image": { "type": "string", "format": "uri", "description": "URL of an image representing the organization or individual." }, "mainEntityOfPage": { "type": "object", "properties": { "@type": { "type": "string", "enum": ["WebPage"] }, "@id": { "type": "string", "format": "uri", "description": "The canonical URL of the About Us page." } }, "required": ["@type", "@id"] }, "about": { "type": "object", "description": "Information about the entity this page describes (Organization or Person).", "oneOf": [ { "$ref": "#/definitions/Organization" }, { "$ref": "#/definitions/Person" } ] } }, "required": ["@context", "@type", "name", "description", "url"], "definitions": { "Organization": { "type": "object", "properties": { "@type": { "type": "string", "const": "Organization" }, "name": { "type": "string" }, "url": { "type": "string", "format": "uri" }, "logo": { "type": "string", "format": "uri" }, "address": { "type": "object", "properties": { "@type": { "type": "string", "const": "PostalAddress" }, "streetAddress": { "type": "string" }, "addressLocality": { "type": "string" }, "addressRegion": { "type": "string" }, "postalCode": { "type": "string" }, "addressCountry": { "type": "string" } }, "required": ["@type", "streetAddress", "addressLocality", "addressRegion", "postalCode", "addressCountry"] } }, "required": ["@type", "name", "url"] }, "Person": { "type": "object", "properties": { "@type": { "type": "string", "const": "Person" }, "name": { "type": "string" }, "jobTitle": { "type": "string" }, "url": { "type": "string", "format": "uri" }, "image": { "type": "string", "format": "uri" } }, "required": ["@type", "name"] } } }
Registered Nurse

Legal Nurse Consultant

Paralegal
MEET JENNIFER
Jennifer Plaise is an RN, Legal Nurse Consultant and Paralegal. She has a vast clinical and leadership background spanning more than a decade. As the founder and CEO of The Legal Plaise she holds a passionate commitment to providing legal assistance to attorneys and law firms to maximize outcomes.
A LITTLE SOMETHING ABOUT JENNIFER
She is an actively practicing nurse who has worked in different geographical regions. She has experience in bedside nursing, management and survey readiness. She has extensive experience in preparing long term care facilities, and acute care facilities with survey readiness.
Do you need nursing consultation services? Contact The Legal Plaise today.