changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "category": {
+ "description": "Document class: vital_record_mailin_ready, needs_notarized_copy, notarized_document, court_document, federal_authentication, unknown.",
+ "type": "string"
+ },
+ "destination": {
+ "properties": {
+ "country": {
+ "type": "string"
+ },
+ "effectiveDate": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "status": {
+ "description": "member | coming_soon | non_member.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "country",
+ "status"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "disclaimer": {
+ "type": "string"
+ },
+ "diyPath": {
+ "properties": {
+ "stateFee": {
+ "type": "string"
+ },
+ "whenToUseUs": {
+ "type": "string"
+ },
+ "yourself": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "document": {
+ "type": "string"
+ },
+ "eligibleForMailInAsIs": {
+ "description": "True when no notarial act is needed first.",
+ "type": "boolean"
+ },
+ "explanation": {
+ "type": "string"
+ },
+ "howToProceed": {
+ "type": "string"
+ },
+ "issuingState": {
+ "type": "string"
+ },
+ "ourOffer": {
+ "properties": {
+ "fullServiceTiers": {
+ "type": "string"
+ },
+ "inPersonApostilleFromCents": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "mailInApostilleFromCents": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "typicalTurnaround": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "typicalTurnaroundTier": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "document",
+ "issuingState",
+ "category",
+ "eligibleForMailInAsIs",
+ "explanation",
+ "diyPath",
+ "ourOffer"
+ ],
+ "type": "object"
+}