diff --git a/LS Solutions/lsdirectory_jobs.json b/LS Solutions/LS_directory_jobs.json similarity index 96% rename from LS Solutions/lsdirectory_jobs.json rename to LS Solutions/LS_directory_jobs.json index 560a24d923c8134da9ccd3e89bf6a49c8ae25d2d..994a2524b03363bb60ec27be3cac77d39215080f 100644 --- a/LS Solutions/lsdirectory_jobs.json +++ b/LS Solutions/LS_directory_jobs.json @@ -248,6 +248,16 @@ } } }, + "LS_directory_jobs##data##relationships##phoneNumbers##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, "LS_directory_jobs##data##relationships##phoneNumbers##links" : { "properties" : { "related" : { @@ -258,7 +268,10 @@ "LS_directory_jobs##data##relationships##phoneNumbers" : { "properties" : { "data" : { - "type" : "string" + "type" : "array", + "items" : { + "$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers##data" + } }, "links" : { "$ref" : "#/definitions/LS_directory_jobs##data##relationships##phoneNumbers##links" @@ -411,7 +424,10 @@ "type" : "boolean" }, "relatedSupervisoryOrganizationIds" : { - "type" : "string" + "type" : "array", + "items" : { + "type" : "string" + } }, "source" : { "type" : "string" @@ -460,6 +476,16 @@ } } }, + "LS_directory_jobs##included##relationships##supervisor##data" : { + "properties" : { + "id" : { + "type" : "string" + }, + "type" : { + "type" : "string" + } + } + }, "LS_directory_jobs##included##relationships##supervisor##links" : { "properties" : { "related" : { @@ -470,7 +496,7 @@ "LS_directory_jobs##included##relationships##supervisor" : { "properties" : { "data" : { - "type" : "string" + "$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor##data" }, "links" : { "$ref" : "#/definitions/LS_directory_jobs##included##relationships##supervisor##links" @@ -487,16 +513,6 @@ } } }, - "LS_directory_jobs##included##relationships##supervisor##data" : { - "properties" : { - "id" : { - "type" : "string" - }, - "type" : { - "type" : "string" - } - } - }, "LS_directory_jobs##included" : { "properties" : { "attributes" : {