@laboratoria/sdk-js 5.1.1 → 5.2.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.1.1",
3
+ "version": "5.2.0-beta.0",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -33,4 +33,4 @@
33
33
  }
34
34
  }
35
35
  }
36
- }
36
+ }
package/schemas/core.json CHANGED
@@ -821,6 +821,12 @@
821
821
  "householdIncome": {
822
822
  "type": "integer"
823
823
  },
824
+ "racialIdentity": {
825
+ "type": [
826
+ "string",
827
+ "null"
828
+ ]
829
+ },
824
830
  "schoolType": {
825
831
  "type": [
826
832
  "string",
@@ -829,7 +835,9 @@
829
835
  "enum": [
830
836
  "private",
831
837
  "public",
832
- "other"
838
+ "other",
839
+ "subsidized",
840
+ "mixed"
833
841
  ]
834
842
  },
835
843
  "educationSubject": {