Skip to content

Instantly share code, notes, and snippets.

@leplatrem
Last active June 27, 2024 18:20
Show Gist options
  • Save leplatrem/4d86d5a64a56b5d8990be9af592d0e7f to your computer and use it in GitHub Desktop.
Save leplatrem/4d86d5a64a56b5d8990be9af592d0e7f to your computer and use it in GitHub Desktop.
Remote Settings Example Schema
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