Environment version: .NET 9.0.0 (9.0.0)
Json.NET version: Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
Json.NET Schema version: Newtonsoft.Json.Schema, Version=3.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
[
{
"Message": "Required properties are missing from object: given_name.",
"LineNumber": 8,
"LinePosition": 29,
"Path": "article_metadata.authors.list[0].name",
"Value": [
"given_name"
],
"Schema": {
"type": "object",
"properties": {
"prefix": {
"type": "string"
},
"given_name": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
"family_name": {
"type": "string"
}
},
"required": [
"family_name",
"given_name"
]
},
"SchemaId": "#/properties/article_metadata/properties/authors/properties/list/items/properties/name",
"SchemaBaseUri": null,
"ErrorType": "required",
"ChildErrors": [],
"_message": "Required properties are missing from object: given_name.",
"_extendedMessage": "Required properties are missing from object: given_name. Path 'article_metadata.authors.list[0].name', line 8, position 29."
},
{
"Message": "Invalid type. Expected Array but got String.",
"LineNumber": 18,
"LinePosition": 46,
"Path": "article_metadata.authors.list[1].name.given_name",
"Value": "Anurag",
"Schema": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
"SchemaId": "#/properties/article_metadata/properties/authors/properties/list/items/properties/name/properties/given_name",
"SchemaBaseUri": null,
"ErrorType": "type",
"ChildErrors": [],
"_message": "Invalid type. Expected Array but got String.",
"_extendedMessage": "Invalid type. Expected Array but got String. Path 'article_metadata.authors.list[1].name.given_name', line 18, position 46."
},
{
"Message": "Required properties are missing from object: family_name.",
"LineNumber": 16,
"LinePosition": 29,
"Path": "article_metadata.authors.list[1].name",
"Value": [
"family_name"
],
"Schema": {
"type": "object",
"properties": {
"prefix": {
"type": "string"
},
"given_name": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
"family_name": {
"type": "string"
}
},
"required": [
"family_name",
"given_name"
]
},
"SchemaId": "#/properties/article_metadata/properties/authors/properties/list/items/properties/name",
"SchemaBaseUri": null,
"ErrorType": "required",
"ChildErrors": [],
"_message": "Required properties are missing from object: family_name.",
"_extendedMessage": "Required properties are missing from object: family_name. Path 'article_metadata.authors.list[1].name', line 16, position 29."
}
]
[
{
"Message": "Required properties are missing from object: given_name.",
"LineNumber": 8,
"LinePosition": 29,
"Path": "article_metadata.authors.list[0].name",
"Value": [
"given_name"
],
"Schema": {
"type": "object",
"properties": {
"prefix": {
"type": "string"
},
"given_name": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
"family_name": {
"type": "string"
}
},
"required": [
"family_name",
"given_name"
]
},
"SchemaId": "#/properties/article_metadata/properties/authors/properties/list/items/properties/name",
"SchemaBaseUri": null,
"ErrorType": "required",
"ChildErrors": [],
"_message": "Required properties are missing from object: given_name.",
"_extendedMessage": "Required properties are missing from object: given_name. Path 'article_metadata.authors.list[0].name', line 8, position 29."
},
{
"Message": "Invalid type. Expected Array but got String.",
"LineNumber": 18,
"LinePosition": 46,
"Path": "article_metadata.authors.list[1].name.given_name",
"Value": "Anurag",
"Schema": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
"SchemaId": "#/properties/article_metadata/properties/authors/properties/list/items/properties/name/properties/given_name",
"SchemaBaseUri": null,
"ErrorType": "type",
"ChildErrors": [],
"_message": "Invalid type. Expected Array but got String.",
"_extendedMessage": "Invalid type. Expected Array but got String. Path 'article_metadata.authors.list[1].name.given_name', line 18, position 46."
},
{
"Message": "Required properties are missing from object: family_name.",
"LineNumber": 16,
"LinePosition": 29,
"Path": "article_metadata.authors.list[1].name",
"Value": [
"family_name"
],
"Schema": {
"type": "object",
"properties": {
"prefix": {
"type": "string"
},
"given_name": {
"type": "array",
"items": {
"type": "string"
},
"minItems": 1
},
"family_name": {
"type": "string"
}
},
"required": [
"family_name",
"given_name"
]
},
"SchemaId": "#/properties/article_metadata/properties/authors/properties/list/items/properties/name",
"SchemaBaseUri": null,
"ErrorType": "required",
"ChildErrors": [],
"_message": "Required properties are missing from object: family_name.",
"_extendedMessage": "Required properties are missing from object: family_name. Path 'article_metadata.authors.list[1].name', line 16, position 29."
}
]