Skip to content

feat(schema): Add validation pattern for industry-code#101

Merged
CallowayGuy merged 1 commit intomasterfrom
tighten-industry-code-schema
May 15, 2025
Merged

feat(schema): Add validation pattern for industry-code#101
CallowayGuy merged 1 commit intomasterfrom
tighten-industry-code-schema

Conversation

@CallowayGuy
Copy link
Contributor

@CallowayGuy CallowayGuy commented May 13, 2025

Add JSON schema validation for industry code field requiring:

  • At least one alphanumeric character anywhere in the string
  • Minimum length of 1 character
  • Allows any other characters including whitespace aslong as there is one alphanumeric character somewhere

Pattern added: "[a-zA-Z0-9]"

@CallowayGuy CallowayGuy force-pushed the tighten-industry-code-schema branch 2 times, most recently from 1d0c5ad to a8343c5 Compare May 14, 2025 15:11
Add JSON schema validation for industry code field requiring:
- At least one alphanumeric character anywhere in the string
- Minimum length of 1 character
- Allows any other characters including whitespace

Pattern added: `[a-zA-Z0-9]`
@CallowayGuy CallowayGuy force-pushed the tighten-industry-code-schema branch from a8343c5 to 9296486 Compare May 14, 2025 15:12
@CallowayGuy CallowayGuy merged commit f6218da into master May 15, 2025
2 checks passed
@CallowayGuy CallowayGuy deleted the tighten-industry-code-schema branch May 15, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants