Last active
June 27, 2024 18:20
-
-
Save leplatrem/4d86d5a64a56b5d8990be9af592d0e7f to your computer and use it in GitHub Desktop.
Remote Settings Example Schema
This file contains hidden or 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
attachment: | |
enabled: true | |
required: true | |
displayFields: | |
- details.name | |
- incremental | |
- attachment.filename | |
schema: | |
type: object | |
description: Certificate revocation data. | |
additionalProperties: false | |
required: | |
- incremental | |
properties: | |
details: | |
type: object | |
title: Details | |
required: | |
- name | |
properties: | |
name: | |
type: string | |
title: Name | |
incremental: | |
type: boolean | |
title: Incremental | |
description: Is this an incremental update (false if a new cascade, true for updates). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment