department-of-veterans-affairs/vets-website

View on GitHub
src/applications/financial-status-report/pages/veteran/veteranInfo.js

Summary

Maintainability
A
0 mins
Test Coverage
export const uiSchema = {};

export const schema = {
  type: 'object',
  properties: {
    'view:components': {
      type: 'object',
      properties: {
        'view:veteranInfo': {
          type: 'object',
          properties: {
            veteranFullName: {
              type: 'string',
            },
            ssnLastFour: {
              type: 'string',
            },
            dob: {
              type: 'string',
            },
            fileNumber: {
              type: 'string',
            },
          },
        },
      },
    },
  },
};