Closed
Bug 1917866
Opened 10 months ago
Closed 10 months ago
Update search-categorization collection schema with additional properties
Categories
(Cloud Services :: Server: Remote Settings, task, P1)
Cloud Services
Server: Remote Settings
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jteow, Assigned: jteow)
References
Details
I'd like to add the following properties to each record of the search-categorization
collection:
includeRegions
: An array of strings that indicate which regions should have access to the record.excludeRegions
: An array of strings that indicate which regions should be excluded from accessing the record.isDefault
: A boolean that indicates whether the record should be used for any region that doesn't have a more custom record.
Comment 1•10 months ago
|
||
Could you please give the modified schema please?
The current one is:
schema:
type: object
required:
- filename
- version
properties:
version:
type: number
title: version
description: Version number of the attachment. Should be consistent across all records.
filename:
type: string
title: filename
Or make the changes directly here if you have access https://github.com/mozilla-services/remote-settings-permissions/blob/a0c1be9db2a47e3af2f06a91f8ed887a3412f10d/kinto.prod.yaml#L1997-L2009
Assignee | ||
Comment 2•10 months ago
|
||
Hi Mathieu, I am going to submit a pull request to the repo. I mostly created this bug so there would be visibility on the progress.
Updated•10 months ago
|
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•