Skip to content
Snippets Groups Projects
Commit fec4b441 authored by Brian Markovich's avatar Brian Markovich
Browse files

Update 2 files

- /LS Solutions/lsdirectory_jobs.json
- /LS Solutions/LS_directory_jobs.json
parent 7bf9b535
No related branches found
No related tags found
No related merge requests found
......@@ -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" : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment