-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add govspeak support for finder summary
Introduce new schema structures for finder summaries. Specialist finder summaries are now converted to GovSpeak. In order to send GovSpeak the schema structure will have to match multiple content type definitions, but other finders such as licence finder will still be sending a string summary. We need to support both.
- Loading branch information
1 parent
11421aa
commit d60e101
Showing
4 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -663,6 +663,9 @@ | |
}, | ||
{ | ||
"type": "null" | ||
}, | ||
{ | ||
"type": "string" | ||
} | ||
] | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,6 +288,9 @@ | |
{ | ||
type: "null", | ||
}, | ||
{ | ||
"$ref": "#/definitions/multiple_content_types", | ||
}, | ||
], | ||
}, | ||
finder_beta: { | ||
|