Skip to content

Commit

Permalink
Tune description
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Jun 21, 2024
1 parent e9b45be commit a92b444
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/01-vector_party.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_party",
"description": "Vector for the 'basic-party'",
"description": "Vector for the 'basic_party'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/02-vector_contact.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_contact",
"description": "Vector to the 'basic-contact'",
"description": "Vector to the 'basic_contact'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/03-vector_partycontact.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_partycontact",
"description": "Vector joins the 'basic-party' and the 'basic-contact'",
"description": "Vector joins the 'basic_party' and the 'basic_contact'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/04-vector_partycontact_02.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_partycontact_02",
"description": "Vector joins the 'basic-party' and the 'basic-contact'",
"description": "Vector joins the 'basic_party' and the 'basic_contact'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/05-vector_account.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_account",
"description": "Vector for the 'basic-account'",
"description": "Vector for the 'basic_account'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/06-vector_partyaccount.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_partyaccount",
"description": "Vector joins the 'basic-party' and the 'basic-account'",
"description": "Vector joins the 'basic_party' and the 'basic_account'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/07-vector_partyaccount_02.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_partyaccount_02",
"description": "Vector joins the 'basic-party' and the 'basic-account'",
"description": "Vector joins the 'basic_party' and the 'basic_account'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
2 changes: 1 addition & 1 deletion 01-model/03-feature-vector/08-vector_transaction.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_transaction",
"description": "Vector for the 'basic-transaction'",
"description": "Vector for the 'basic_transaction'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_accounttransaction",
"description": "Vector joins the 'basic-account' and the 'basic-transaction'",
"description": "Vector joins the 'basic_account' and the 'basic_transaction'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector_partycontactaccount",
"description": "Vector joins three featuresets, the 'basic-party', 'basic-contact' and 'basoc-account'",
"description": "Vector joins three featuresets, the 'basic_party', 'basic_contact' and 'basoc_account'",
"kind": "feature-vector",
"spec": {
"features": [
Expand Down

0 comments on commit a92b444

Please sign in to comment.