JSONSchema_JSONSchemaSimpleTypes$json top-level constant

  1. @Deprecated('Use jSONSchemaDescriptor instead')
Map<String, Object> const JSONSchema_JSONSchemaSimpleTypes$json

Implementation

@$core.Deprecated('Use jSONSchemaDescriptor instead')
const JSONSchema_JSONSchemaSimpleTypes$json = const {
  '1': 'JSONSchemaSimpleTypes',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'ARRAY', '2': 1},
    const {'1': 'BOOLEAN', '2': 2},
    const {'1': 'INTEGER', '2': 3},
    const {'1': 'NULL', '2': 4},
    const {'1': 'NUMBER', '2': 5},
    const {'1': 'OBJECT', '2': 6},
    const {'1': 'STRING', '2': 7},
  ],
};