Skip to content

Commit

Permalink
22-10215 title updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mghisilieri committed Dec 3, 2024
1 parent 8acc452 commit ebbb290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/22-10215-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "22-10215 Statement of Assurance of Compliance with 95 Percent Enrollment Ratios (22-10215)",
"title": "Report 85/15 Rule enrollment ratios",
"type": "object",
"additionalProperties": false,
"definitions": {
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/22-10215/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const pickedDefinitions = _.pick(origDefinitions, ['date']);

const schema = {
$schema: 'http://json-schema.org/draft-04/schema#',
title: '22-10215 Statement of Assurance of Compliance with 95 Percent Enrollment Ratios (22-10215)',
title: 'Report 85/15 Rule enrollment ratios',
type: 'object',
additionalProperties: false,
definitions: pickedDefinitions,
Expand Down

0 comments on commit ebbb290

Please sign in to comment.