Schema Browser

Browse and search through 69 schema entries

Renderable type Id: 5338cc28-9704-4e96-b547-7dfc58da6fc7

Schema

export class RenderableType extends Entity.Class<RenderableType>('RenderableType')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

RenderableType: {
  typeIds: [Id.Id('5338cc28-9704-4e96-b547-7dfc58da6fc7')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Interest Id: 2c765cae-c1b6-4cc3-a65d-693d0a67eaeb

Schema

export class Interest extends Entity.Class<Interest>('Interest')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Interest: {
  typeIds: [Id.Id('2c765cae-c1b6-4cc3-a65d-693d0a67eaeb')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Country Id: 42a0a761-8c82-459f-ad08-34bfeb437cde

Schema

export class Country extends Entity.Class<Country>('Country')({
  name: Type.Text,
  description: Type.Text,
  tags: Type.Relation(Tag),
  states: Type.Relation(State),
  relatedTopics: Type.Relation(Topic)
}) {}

Mapping

Country: {
  typeIds: [Id.Id('42a0a761-8c82-459f-ad08-34bfeb437cde')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  states: Id.Id('0f1f1f2b-2383-4056-8a3a-b223be09506e'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351')
  },
}
Root Id: 06053fcf-6443-4dc6-80ca-8a3b173a6016

Schema

export class Root extends Entity.Class<Root>('Root')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Root: {
  typeIds: [Id.Id('06053fcf-6443-4dc6-80ca-8a3b173a6016')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Person Id: 7ed45f2b-c48b-419e-8e46-64d5ff680b0d

Schema

export class Person extends Entity.Class<Person>('Person')({
  name: Type.Text,
  description: Type.Text,
  skills: Type.Relation(Skill),
  x: Type.Text,
  workedAt: Type.Relation(Project),
  roles: Type.Relation(Role),
  relatedSpaces: Type.Relation(Space),
  worksAt: Type.Relation(Project)
}) {}

Mapping

Person: {
  typeIds: [Id.Id('7ed45f2b-c48b-419e-8e46-64d5ff680b0d')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  x: Id.Id('0d625978-4b3c-4b57-a86f-de45c997c73c')
  },
  relations: {
  skills: Id.Id('a38732e3-3a3d-47f9-a459-fb369c287709'),
  workedAt: Id.Id('3e1f6873-f4e8-480d-a4ce-447092a684fa'),
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  worksAt: Id.Id('dac6e89e-76be-4f77-88e1-0f556ceb6869')
  },
}
Academic field Id: 37d2167f-b64a-4b68-be26-55b3608050e7

Schema

export class AcademicField extends Entity.Class<AcademicField>('AcademicField')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

AcademicField: {
  typeIds: [Id.Id('37d2167f-b64a-4b68-be26-55b3608050e7')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Skill Id: 9ca6ab1f-3a11-4e49-bbaf-72e0c9a985cf

Schema

export class Skill extends Entity.Class<Skill>('Skill')({
  name: Type.Text,
  description: Type.Text,
  relatedSpaces: Type.Relation(Space),
  tags: Type.Relation(Tag),
  relatedTopics: Type.Relation(Topic),
  roles: Type.Relation(Role)
}) {}

Mapping

Skill: {
  typeIds: [Id.Id('9ca6ab1f-3a11-4e49-bbaf-72e0c9a985cf')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b')
  },
}
Date & time Id: 167664f6-68f8-40e1-976b-20bd16ed8d47

Schema

export class Date&Time extends Entity.Class<Date&Time>('Date&Time')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Date&Time: {
  typeIds: [Id.Id('167664f6-68f8-40e1-976b-20bd16ed8d47')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Publisher Id: 531ac4c5-e409-46ad-9dd3-abcd2db955a0

Schema

export class Publisher extends Entity.Class<Publisher>('Publisher')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  x: Type.Text,
  location: Type.Text,
  website: Type.Text,
  relatedPeople: Type.Relation(Person),
  relatedProjects: Type.Relation(Project),
  tags: Type.Relation(Tag)
}) {}

Mapping

Publisher: {
  typeIds: [Id.Id('531ac4c5-e409-46ad-9dd3-abcd2db955a0')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  x: Id.Id('0d625978-4b3c-4b57-a86f-de45c997c73c'),
  location: Id.Id('95d77002-1faf-4f7c-b7de-b21a7d48cda0'),
  website: Id.Id('eed38e74-e679-46bf-8a42-ea3e4f8fb5fb')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
View Id: 20a21dc2-7371-482f-a120-7b147f1dc319

Schema

export class View extends Entity.Class<View>('View')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

View: {
  typeIds: [Id.Id('20a21dc2-7371-482f-a120-7b147f1dc319')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Activity Id: 8275c359-4662-40fb-9aec-27177b520cd2

Schema

export class Activity extends Entity.Class<Activity>('Activity')({
  name: Type.Text,
  description: Type.Text,
  relatedSpaces: Type.Relation(Space)
}) {}

Mapping

Activity: {
  typeIds: [Id.Id('8275c359-4662-40fb-9aec-27177b520cd2')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba')
  },
}
Protocol Id: c38c4198-10c2-4cf2-9dd5-8f194033fc31

Schema

export class Protocol extends Entity.Class<Protocol>('Protocol')({
  name: Type.Text,
  description: Type.Text,
  coreDevs: Type.Relation(Project),
  nativeAssets: Type.Relation(Asset),
  roles: Type.Relation(Role)
}) {}

Mapping

Protocol: {
  typeIds: [Id.Id('c38c4198-10c2-4cf2-9dd5-8f194033fc31')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  coreDevs: Id.Id('617fd8a6-9215-468a-9868-7d9976bf3d85'),
  nativeAssets: Id.Id('77f55135-eb75-4f53-8d79-b36913494313'),
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b')
  },
}
News story Id: e550fe51-7e90-4b2c-8fff-df13408f5634

Schema

export class NewsStory extends Entity.Class<NewsStory>('NewsStory')({
  name: Type.Text,
  description: Type.Text,
  tags: Type.Relation(Tag),
  relatedPeople: Type.Relation(Person),
  publishDate: Type.Date,
  relatedProjects: Type.Relation(Project),
  disclaimer: Type.Text,
  location: Type.Text,
  maintainers: Type.Relation(Project),
  relatedTopics: Type.Relation(Topic),
  relatedSpaces: Type.Relation(Space)
}) {}

Mapping

NewsStory: {
  typeIds: [Id.Id('e550fe51-7e90-4b2c-8fff-df13408f5634')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  publishDate: Id.Id('94e43fe8-faf2-4100-9eb8-87ab4f999723'),
  disclaimer: Id.Id('2877c1c3-d2ad-493f-abe7-6e1bb16e1c37'),
  location: Id.Id('95d77002-1faf-4f7c-b7de-b21a7d48cda0')
  },
  relations: {
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  maintainers: Id.Id('e9fa6d66-d839-4045-88bb-5f7d7c675ce6'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba')
  },
}
Data block Id: b8803a86-65de-412b-bb35-7e0c84adf473

Schema

export class DataBlock extends Entity.Class<DataBlock>('DataBlock')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

DataBlock: {
  typeIds: [Id.Id('b8803a86-65de-412b-bb35-7e0c84adf473')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Improvement proposal Id: 302ab815-c11f-4357-8e6c-71990a30c992

Schema

export class ImprovementProposal extends Entity.Class<ImprovementProposal>('ImprovementProposal')({
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  publishDate: Type.Date,
  webUrl: Type.Text,
  abstract: Type.Text,
  status: Type.Relation(Status),
  relatedProjects: Type.Relation(Project),
  name: Type.Text,
  discussionLink: Type.Text,
  tags: Type.Relation(Tag)
}) {}

Mapping

ImprovementProposal: {
  typeIds: [Id.Id('302ab815-c11f-4357-8e6c-71990a30c992')],
  properties: {
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  publishDate: Id.Id('94e43fe8-faf2-4100-9eb8-87ab4f999723'),
  webUrl: Id.Id('412ff593-e915-4012-a43d-4c27ec5c68b6'),
  abstract: Id.Id('40fa9ceb-889b-4f77-bf6e-f530c02b2556'),
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  discussionLink: Id.Id('355acff4-251d-4b94-8894-0db0364f285b')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  status: Id.Id('f54a8163-2f4c-44a8-a6a5-d7b97ec0370e'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Account Id: cb69723f-7456-471a-a8ad-3e93ddc3edfe

Schema

export class Account extends Entity.Class<Account>('Account')({
  name: Type.Text,
  description: Type.Text,
  address: Type.Text
}) {}

Mapping

Account: {
  typeIds: [Id.Id('cb69723f-7456-471a-a8ad-3e93ddc3edfe')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  address: Id.Id('85cebdf1-d84f-4afd-993b-35f182096b59')
  },

}
Claim Id: 96f859ef-a1ca-4b22-9372-c86ad58b694b

Schema

export class Claim extends Entity.Class<Claim>('Claim')({
  name: Type.Text,
  description: Type.Text,
  relatedSpaces: Type.Relation(Space),
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag),
  relatedPeople: Type.Relation(Person),
  location: Type.Text,
  relatedProjects: Type.Relation(Project)
}) {}

Mapping

Claim: {
  typeIds: [Id.Id('96f859ef-a1ca-4b22-9372-c86ad58b694b')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  location: Id.Id('95d77002-1faf-4f7c-b7de-b21a7d48cda0')
  },
  relations: {
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427')
  },
}
Place Id: 783bc688-e65f-4e54-b67f-a5643d78345e

Schema

export class Place extends Entity.Class<Place>('Place')({
  name: Type.Text,
  description: Type.Text,
  regions: Type.Relation(Region),
  relatedSpaces: Type.Relation(Space)
}) {}

Mapping

Place: {
  typeIds: [Id.Id('783bc688-e65f-4e54-b67f-a5643d78345e')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  regions: Id.Id('83dd3291-2593-4cde-a510-2ddb71d688db'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba')
  },
}
Public figure Id: 603d1fe4-306a-4c6f-a0c3-d53dbf891352

Schema

export class PublicFigure extends Entity.Class<PublicFigure>('PublicFigure')({
  name: Type.Text,
  description: Type.Text,
  tags: Type.Relation(Tag),
  relatedTopics: Type.Relation(Topic)
}) {}

Mapping

PublicFigure: {
  typeIds: [Id.Id('603d1fe4-306a-4c6f-a0c3-d53dbf891352')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351')
  },
}
Relation Id: 4b6d9fc1-fbfe-474c-861c-83398e1b50d9

Schema

export class Relation extends Entity.Class<Relation>('Relation')({
  name: Type.Text,
  description: Type.Text,
  relationValueTypes: Type.Relation(Type)
}) {}

Mapping

Relation: {
  typeIds: [Id.Id('4b6d9fc1-fbfe-474c-861c-83398e1b50d9')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relationValueTypes: Id.Id('9eea393f-17dd-4971-a62e-a603e8bfec20')
  },
}
Property Id: 808a04ce-b21c-4d88-8ad1-2e240613e5ca

Schema

export class Property extends Entity.Class<Property>('Property')({
  name: Type.Text,
  description: Type.Text,
  valueType: Type.Relation(NativeType),
  isTypeProperty: Type.Checkbox
}) {}

Mapping

Property: {
  typeIds: [Id.Id('808a04ce-b21c-4d88-8ad1-2e240613e5ca')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  isTypeProperty: Id.Id('d2c1a101-14e3-464a-8272-f4e75b0f1407')
  },
  relations: {
  valueType: Id.Id('ee26ef23-f7f1-4eb6-b742-3b0fa38c1fd8')
  },
}
Employment type Id: f503bfd2-83d7-4e1a-9b30-294fff9d2d7e

Schema

export class EmploymentType extends Entity.Class<EmploymentType>('EmploymentType')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

EmploymentType: {
  typeIds: [Id.Id('f503bfd2-83d7-4e1a-9b30-294fff9d2d7e')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Asset Id: f8780a80-c238-4a2a-96cb-567d88b1aa63

Schema

export class Asset extends Entity.Class<Asset>('Asset')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Asset: {
  typeIds: [Id.Id('f8780a80-c238-4a2a-96cb-567d88b1aa63')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Works at Id: dac6e89e-76be-4f77-88e1-0f556ceb6869

Schema

export class WorksAt extends Entity.Class<WorksAt>('WorksAt')({
  name: Type.Text,
  description: Type.Text,
  roles: Type.Relation(Role),
  startTime: Type.Date,
  endTime: Type.Date
}) {}

Mapping

WorksAt: {
  typeIds: [Id.Id('dac6e89e-76be-4f77-88e1-0f556ceb6869')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  startTime: Id.Id('2d696bf0-510f-403e-985b-8cd1e73feb9b'),
  endTime: Id.Id('c3445f6b-e2c0-4f25-b73a-5eb876c4f50c')
  },
  relations: {
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b')
  },
}
Role Id: e4e366e9-d555-4b68-92bf-7358e824afd2

Schema

export class Role extends Entity.Class<Role>('Role')({
  name: Type.Text,
  description: Type.Text,
  tags: Type.Relation(Tag),
  relatedTopics: Type.Relation(Topic),
  relatedSpaces: Type.Relation(Space),
  skills: Type.Relation(Skill)
}) {}

Mapping

Role: {
  typeIds: [Id.Id('e4e366e9-d555-4b68-92bf-7358e824afd2')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  skills: Id.Id('a38732e3-3a3d-47f9-a459-fb369c287709')
  },
}
Nonprofit Id: c7a192a3-3909-4572-a848-a56b64dc4636

Schema

export class Nonprofit extends Entity.Class<Nonprofit>('Nonprofit')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Nonprofit: {
  typeIds: [Id.Id('c7a192a3-3909-4572-a848-a56b64dc4636')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Native type Id: a35e058b-52d1-48d2-b02d-773933d90b7e

Schema

export class NativeType extends Entity.Class<NativeType>('NativeType')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

NativeType: {
  typeIds: [Id.Id('a35e058b-52d1-48d2-b02d-773933d90b7e')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Policy Id: 7f237bdd-d95f-4d3f-8686-f52a5dd29386

Schema

export class Policy extends Entity.Class<Policy>('Policy')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag)
}) {}

Mapping

Policy: {
  typeIds: [Id.Id('7f237bdd-d95f-4d3f-8686-f52a5dd29386')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Tag Id: e0fcc66c-9e86-43f4-8080-2469d8a1a93a

Schema

export class Tag extends Entity.Class<Tag>('Tag')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag)
}) {}

Mapping

Tag: {
  typeIds: [Id.Id('e0fcc66c-9e86-43f4-8080-2469d8a1a93a')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Text Id: 9edb6fcc-e454-4aa5-8611-39d7f024c010

Schema

export class Text extends Entity.Class<Text>('Text')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Text: {
  typeIds: [Id.Id('9edb6fcc-e454-4aa5-8611-39d7f024c010')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Page Id: 480e3fc2-67f3-4993-85fb-acdf4ddeaa6b

Schema

export class Page extends Entity.Class<Page>('Page')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Page: {
  typeIds: [Id.Id('480e3fc2-67f3-4993-85fb-acdf4ddeaa6b')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Status Id: 230f76cc-abb7-460c-9b56-eab43ec10172

Schema

export class Status extends Entity.Class<Status>('Status')({
  description: Type.Text,
  name: Type.Text
}) {}

Mapping

Status: {
  typeIds: [Id.Id('230f76cc-abb7-460c-9b56-eab43ec10172')],
  properties: {
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935')
  },

}
Value Id: fb1551b2-1816-46eb-8919-c73253c32022

Schema

export class Value extends Entity.Class<Value>('Value')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Value: {
  typeIds: [Id.Id('fb1551b2-1816-46eb-8919-c73253c32022')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Principle Id: 0f526048-26cf-40d6-8bab-967e5fb1a08a

Schema

export class Principle extends Entity.Class<Principle>('Principle')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Principle: {
  typeIds: [Id.Id('0f526048-26cf-40d6-8bab-967e5fb1a08a')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
News event Id: bb9a85bd-6dc6-4efd-8232-e2782cb4b5f8

Schema

export class NewsEvent extends Entity.Class<NewsEvent>('NewsEvent')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag),
  relatedSpaces: Type.Relation(Space),
  date: Type.Date,
  location: Type.Text,
  relatedProjects: Type.Relation(Project),
  relatedPeople: Type.Relation(Person)
}) {}

Mapping

NewsEvent: {
  typeIds: [Id.Id('bb9a85bd-6dc6-4efd-8232-e2782cb4b5f8')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  date: Id.Id('52665f3e-fb7d-48d5-8b6b-abb21b0d36db'),
  location: Id.Id('95d77002-1faf-4f7c-b7de-b21a7d48cda0')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada')
  },
}
Lesson Id: 1baae8e9-1870-41fb-8e2a-1eb1f84ba0d4

Schema

export class Lesson extends Entity.Class<Lesson>('Lesson')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Lesson: {
  typeIds: [Id.Id('1baae8e9-1870-41fb-8e2a-1eb1f84ba0d4')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Post Id: f3d44614-86b7-4d25-83d8-9709c9d84f65

Schema

export class Post extends Entity.Class<Post>('Post')({
  name: Type.Text,
  description: Type.Text,
  publishDate: Type.Date,
  relatedPeople: Type.Relation(Person),
  authors: Type.Relation(Project),
  tags: Type.Relation(Tag),
  relatedProjects: Type.Relation(Project),
  relatedTopics: Type.Relation(Topic),
  webUrl: Type.Text,
  relatedSpaces: Type.Relation(Space)
}) {}

Mapping

Post: {
  typeIds: [Id.Id('f3d44614-86b7-4d25-83d8-9709c9d84f65')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  publishDate: Id.Id('94e43fe8-faf2-4100-9eb8-87ab4f999723'),
  webUrl: Id.Id('412ff593-e915-4012-a43d-4c27ec5c68b6')
  },
  relations: {
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada'),
  authors: Id.Id('91a9e2f6-e51a-48f7-9976-61de8561b690'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba')
  },
}
Region Id: c188844a-7224-42ab-b476-2991c9c913f1

Schema

export class Region extends Entity.Class<Region>('Region')({
  name: Type.Text,
  description: Type.Text,
  tags: Type.Relation(Tag)
}) {}

Mapping

Region: {
  typeIds: [Id.Id('c188844a-7224-42ab-b476-2991c9c913f1')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Checkbox Id: 7aa4792e-eacd-4186-8272-fa7fc18298ac

Schema

export class Checkbox extends Entity.Class<Checkbox>('Checkbox')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Checkbox: {
  typeIds: [Id.Id('7aa4792e-eacd-4186-8272-fa7fc18298ac')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Course Id: ae724b56-8725-4a09-8d7e-a542bc587ebd

Schema

export class Course extends Entity.Class<Course>('Course')({
  name: Type.Text,
  description: Type.Text,
  relatedSpaces: Type.Relation(Space),
  roles: Type.Relation(Role),
  lessons: Type.Relation(Lesson),
  goals: Type.Relation(Goal),
  skills: Type.Relation(Skill),
  tags: Type.Relation(Tag)
}) {}

Mapping

Course: {
  typeIds: [Id.Id('ae724b56-8725-4a09-8d7e-a542bc587ebd')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b'),
  lessons: Id.Id('1e4e6986-aea4-481e-ba29-ab0677b6d514'),
  goals: Id.Id('2b167901-66f8-40b6-b60e-de0ce01fe4ba'),
  skills: Id.Id('a38732e3-3a3d-47f9-a459-fb369c287709'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Fulltime Id: caf1d890-855b-452b-97e2-5769daadeb1b

Schema

export class Fulltime extends Entity.Class<Fulltime>('Fulltime')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Fulltime: {
  typeIds: [Id.Id('caf1d890-855b-452b-97e2-5769daadeb1b')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Type Id: e7d737c5-3676-4c60-9fa1-6aa64a8c90ad

Schema

export class Type extends Entity.Class<Type>('Type')({
  name: Type.Text,
  description: Type.Text,
  properties: Type.Relation(Property),
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag)
}) {}

Mapping

Type: {
  typeIds: [Id.Id('e7d737c5-3676-4c60-9fa1-6aa64a8c90ad')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  properties: Id.Id('01412f83-8189-4ab1-8365-65c7fd358cc1'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Goal Id: 1845ee99-80c6-48a3-abc3-809de1753c63

Schema

export class Goal extends Entity.Class<Goal>('Goal')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  broaderGoals: Type.Relation(Goal),
  relatedSpaces: Type.Relation(Space),
  subgoals: Type.Relation(Goal),
  tags: Type.Relation(Tag)
}) {}

Mapping

Goal: {
  typeIds: [Id.Id('1845ee99-80c6-48a3-abc3-809de1753c63')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  broaderGoals: Id.Id('7072d8d0-3136-4993-9ae5-dacae05e25f9'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  subgoals: Id.Id('ef0edbba-6987-4057-b616-836483df2344'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Sources Id: 49c5d5e1-679a-4dbd-bfd3-3f618f227c94

Schema

export class Sources extends Entity.Class<Sources>('Sources')({
  name: Type.Text,
  description: Type.Text,
  propertiesSourced: Type.Relation(Property),
  sourceDatabaseIdentifier: Type.Text
}) {}

Mapping

Sources: {
  typeIds: [Id.Id('49c5d5e1-679a-4dbd-bfd3-3f618f227c94')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  sourceDatabaseIdentifier: Id.Id('5e92c8a4-1714-4ee7-9a09-389ef4336aeb')
  },
  relations: {
  propertiesSourced: Id.Id('198150d0-8f4e-410a-9329-9aab3ac3c1e3')
  },
}
Currency Id: 9291e563-afbe-4709-8780-a52cbb0f4aa9

Schema

export class Currency extends Entity.Class<Currency>('Currency')({
  name: Type.Text,
  description: Type.Text,
  sign: Type.Text,
  symbol: Type.Text
}) {}

Mapping

Currency: {
  typeIds: [Id.Id('9291e563-afbe-4709-8780-a52cbb0f4aa9')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  sign: Id.Id('d9ada086-52e3-4b66-8893-0ccf2f9fd9ea'),
  symbol: Id.Id('ace1e96c-9b83-47b4-bd33-1d302ec0a0f5')
  },

}
Number Id: 9b597aae-c31c-46c8-8565-a370da0c2a65

Schema

export class Number extends Entity.Class<Number>('Number')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Number: {
  typeIds: [Id.Id('9b597aae-c31c-46c8-8565-a370da0c2a65')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Topic Id: 5ef5a586-0f27-4d8e-8f6c-59ae5b3e89e2

Schema

export class Topic extends Entity.Class<Topic>('Topic')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag),
  relatedPeople: Type.Relation(Person),
  relatedSpaces: Type.Relation(Space),
  relatedProjects: Type.Relation(Project)
}) {}

Mapping

Topic: {
  typeIds: [Id.Id('5ef5a586-0f27-4d8e-8f6c-59ae5b3e89e2')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427')
  },
}
Coinbase, NEAR, Others Form Alliance to Develop Open AI Services Id: a2a5ed0c-acef-46b1-835d-e457956ce915

Schema

export class Coinbase,Near,OthersFormAllianceToDevelopOpenAiServices extends Entity.Class<Coinbase,Near,OthersFormAllianceToDevelopOpenAiServices>('Coinbase,Near,OthersFormAllianceToDevelopOpenAiServices')({
  name: Type.Text,
  description: Type.Text,
  relatedSpaces: Type.Relation(Space),
  tags: Type.Relation(Tag),
  webUrl: Type.Text,
  publishDate: Type.Date,
  publisher: Type.Relation(Project),
  webArchiveUrl: Type.Text,
  relatedTopics: Type.Relation(Topic),
  authors: Type.Relation(Project),
  relatedProjects: Type.Relation(Project),
  relatedPeople: Type.Relation(Person)
}) {}

Mapping

Coinbase,Near,OthersFormAllianceToDevelopOpenAiServices: {
  typeIds: [Id.Id('a2a5ed0c-acef-46b1-835d-e457956ce915')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  webUrl: Id.Id('412ff593-e915-4012-a43d-4c27ec5c68b6'),
  publishDate: Id.Id('94e43fe8-faf2-4100-9eb8-87ab4f999723'),
  webArchiveUrl: Id.Id('54aa3b25-c45d-4974-a937-6bb895aeaefe')
  },
  relations: {
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  publisher: Id.Id('9ec2b47e-4819-47c0-a99e-8ddb27a3ed8e'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  authors: Id.Id('91a9e2f6-e51a-48f7-9976-61de8561b690'),
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada')
  },
}
DAO Id: 872cb6f6-926d-4bb3-9d63-ccede27232b8

Schema

export class Dao extends Entity.Class<Dao>('Dao')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Dao: {
  typeIds: [Id.Id('872cb6f6-926d-4bb3-9d63-ccede27232b8')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Space Id: 362c1dbd-dc64-44bb-a3c4-652f38a642d7

Schema

export class Space extends Entity.Class<Space>('Space')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Space: {
  typeIds: [Id.Id('362c1dbd-dc64-44bb-a3c4-652f38a642d7')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Question Id: 4318a1d2-c441-455c-b765-44049c45e6cf

Schema

export class Question extends Entity.Class<Question>('Question')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag)
}) {}

Mapping

Question: {
  typeIds: [Id.Id('4318a1d2-c441-455c-b765-44049c45e6cf')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Address Id: 5c6e72fb-8340-47c0-8281-8be159ecd495

Schema

export class Address extends Entity.Class<Address>('Address')({
  name: Type.Text,
  description: Type.Text,
  city: Type.Relation(City),
  addressLine2: Type.Text,
  zipCode: Type.Text,
  geoLocation: Type.Point,
  addressLine1: Type.Text
}) {}

Mapping

Address: {
  typeIds: [Id.Id('5c6e72fb-8340-47c0-8281-8be159ecd495')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  addressLine2: Id.Id('50371e54-a068-4bc7-886c-16bc7de15a3b'),
  zipCode: Id.Id('a5de82d0-80d4-45aa-a76b-76baf2864dcc'),
  geoLocation: Id.Id('7cfc4990-e068-4b77-98aa-834137d02953'),
  addressLine1: Id.Id('d378e881-3ed9-4a60-b552-43ce64dac439')
  },
  relations: {
  city: Id.Id('5648dbdc-c09d-4d27-a840-5c50d8355268')
  },
}
Text block Id: 76474f2f-0089-4e77-a041-0b39fb17d0bf

Schema

export class TextBlock extends Entity.Class<TextBlock>('TextBlock')({
  name: Type.Text,
  description: Type.Text,
  markdownContent: Type.Text
}) {}

Mapping

TextBlock: {
  typeIds: [Id.Id('76474f2f-0089-4e77-a041-0b39fb17d0bf')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  markdownContent: Id.Id('e3e363d1-dd29-4ccb-8e6f-f3b76d99bc33')
  },

}
Project Id: 484a18c5-030a-499c-b0f2-ef588ff16d50

Schema

export class Project extends Entity.Class<Project>('Project')({
  name: Type.Text,
  description: Type.Text,
  tags: Type.Relation(Tag),
  website: Type.Text,
  x: Type.Text,
  relatedSpaces: Type.Relation(Space)
}) {}

Mapping

Project: {
  typeIds: [Id.Id('484a18c5-030a-499c-b0f2-ef588ff16d50')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  website: Id.Id('eed38e74-e679-46bf-8a42-ea3e4f8fb5fb'),
  x: Id.Id('0d625978-4b3c-4b57-a86f-de45c997c73c')
  },
  relations: {
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba')
  },
}
Academic field Id: 9959eb50-b029-4a15-8557-b39318cbb91b

Schema

export class AcademicField extends Entity.Class<AcademicField>('AcademicField')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

AcademicField: {
  typeIds: [Id.Id('9959eb50-b029-4a15-8557-b39318cbb91b')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Job Id: 5ab7946f-82bc-4289-9d02-a5f13bd40935

Schema

export class Job extends Entity.Class<Job>('Job')({
  name: Type.Text,
  description: Type.Text,
  roles: Type.Relation(Role)
}) {}

Mapping

Job: {
  typeIds: [Id.Id('5ab7946f-82bc-4289-9d02-a5f13bd40935')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b')
  },
}
Company Id: e059a29e-6f6b-437b-bc15-c7983d078c0d

Schema

export class Company extends Entity.Class<Company>('Company')({
  name: Type.Text,
  description: Type.Text,
  teamMembers: Type.Relation(Person),
  teams: Type.Relation(Team)
}) {}

Mapping

Company: {
  typeIds: [Id.Id('e059a29e-6f6b-437b-bc15-c7983d078c0d')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  teamMembers: Id.Id('a09625a4-b984-4876-8f0d-a28a65e47f85'),
  teams: Id.Id('7f397325-170e-4e2a-8f9b-e7d3c8715ef6')
  },
}
Image block Id: e3817941-7409-4df1-b519-1f3f1a0721e8

Schema

export class ImageBlock extends Entity.Class<ImageBlock>('ImageBlock')({
  name: Type.Text,
  description: Type.Text,
  imageUrl: Type.Text
}) {}

Mapping

ImageBlock: {
  typeIds: [Id.Id('e3817941-7409-4df1-b519-1f3f1a0721e8')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  imageUrl: Id.Id('8a743832-c094-4a62-b665-0c3cc2f9c7bc')
  },

}
Team Id: d94df755-02ff-40c1-8169-ce0e65377ebe

Schema

export class Team extends Entity.Class<Team>('Team')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Team: {
  typeIds: [Id.Id('d94df755-02ff-40c1-8169-ce0e65377ebe')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Image Id: ba4e4146-0010-499d-a0a3-caaa7f579d0e

Schema

export class Image extends Entity.Class<Image>('Image')({
  name: Type.Text,
  description: Type.Text,
  imageUrl: Type.Text
}) {}

Mapping

Image: {
  typeIds: [Id.Id('ba4e4146-0010-499d-a0a3-caaa7f579d0e')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  imageUrl: Id.Id('8a743832-c094-4a62-b665-0c3cc2f9c7bc')
  },

}
Network Id: fca08431-1aa1-40f2-8a4d-0743c2a59df7

Schema

export class Network extends Entity.Class<Network>('Network')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Network: {
  typeIds: [Id.Id('fca08431-1aa1-40f2-8a4d-0743c2a59df7')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Relation Id: c167ef23-fb2a-4044-9ed9-45123ce7d2a9

Schema

export class Relation extends Entity.Class<Relation>('Relation')({
  name: Type.Text,
  description: Type.Text,
  index: Type.Text
}) {}

Mapping

Relation: {
  typeIds: [Id.Id('c167ef23-fb2a-4044-9ed9-45123ce7d2a9')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  index: Id.Id('ede47e69-30b0-4499-8ea4-aafbda449609')
  },

}
Quote Id: 043a171c-6918-4dc3-a7db-b8471ca6fcc2

Schema

export class Quote extends Entity.Class<Quote>('Quote')({
  name: Type.Text,
  description: Type.Text,
  relatedProjects: Type.Relation(Project),
  authors: Type.Relation(Project),
  relatedTopics: Type.Relation(Topic),
  relatedPeople: Type.Relation(Person),
  tags: Type.Relation(Tag)
}) {}

Mapping

Quote: {
  typeIds: [Id.Id('043a171c-6918-4dc3-a7db-b8471ca6fcc2')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedProjects: Id.Id('6e3503fa-b974-460e-a3db-ab8af9a41427'),
  authors: Id.Id('91a9e2f6-e51a-48f7-9976-61de8561b690'),
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  relatedPeople: Id.Id('5df8e432-9cc5-4f03-8f85-4ac82e157ada'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba')
  },
}
Event Id: 4d876b81-787e-41fc-ab5d-075d4da66a3f

Schema

export class Event extends Entity.Class<Event>('Event')({
  name: Type.Text,
  description: Type.Text,
  endTime: Type.Date,
  relatedSpaces: Type.Relation(Space),
  speakers: Type.Relation(Person),
  website: Type.Text,
  cities: Type.Relation(City),
  organizers: Type.Relation(Person),
  tags: Type.Relation(Tag),
  venue: Type.Relation(Place),
  sponsors: Type.Relation(Person),
  countries: Type.Relation(Country),
  sideEvents: Type.Relation(Event),
  startTime: Type.Date,
  location: Type.Text,
  parentEvent: Type.Relation(Event)
}) {}

Mapping

Event: {
  typeIds: [Id.Id('4d876b81-787e-41fc-ab5d-075d4da66a3f')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  endTime: Id.Id('c3445f6b-e2c0-4f25-b73a-5eb876c4f50c'),
  website: Id.Id('eed38e74-e679-46bf-8a42-ea3e4f8fb5fb'),
  startTime: Id.Id('2d696bf0-510f-403e-985b-8cd1e73feb9b'),
  location: Id.Id('95d77002-1faf-4f7c-b7de-b21a7d48cda0')
  },
  relations: {
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  speakers: Id.Id('0d68798b-6bcc-4bbc-90e4-f76ecc1180a8'),
  cities: Id.Id('2282fece-7494-40d6-bcdc-aad2355c40fb'),
  organizers: Id.Id('da616b5a-e6f1-4e62-9b11-de7e081a26fa'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  venue: Id.Id('f28bbb6b-f4e8-465d-9de7-a09085e224b9'),
  sponsors: Id.Id('94b54a11-85e3-4c52-867a-ad5c45380ebe'),
  countries: Id.Id('c4c88260-ea3a-4498-a2f9-be340a19758e'),
  sideEvents: Id.Id('da8723a3-fcab-4199-b7fd-aeb99fc7ba39'),
  parentEvent: Id.Id('b94c4d15-6aba-4441-abde-f40f173f33b8')
  },
}
City Id: 01b05333-941a-4b00-bc78-fac5a15b467d

Schema

export class City extends Entity.Class<City>('City')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic)
}) {}

Mapping

City: {
  typeIds: [Id.Id('01b05333-941a-4b00-bc78-fac5a15b467d')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351')
  },
}
Industry Id: fc512a40-8b55-44dc-85b8-5aae88b51fae

Schema

export class Industry extends Entity.Class<Industry>('Industry')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Industry: {
  typeIds: [Id.Id('fc512a40-8b55-44dc-85b8-5aae88b51fae')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Job opening Id: c70397ac-4607-4d3a-9433-19cbc75197ad

Schema

export class JobOpening extends Entity.Class<JobOpening>('JobOpening')({
  name: Type.Text,
  description: Type.Text,
  equityMax: Type.Number,
  skills: Type.Relation(Skill),
  location: Type.Text,
  relatedSpaces: Type.Relation(Space),
  roles: Type.Relation(Role),
  employmentType: Type.Relation(EmploymentType),
  salaryMin: Type.Number,
  salaryMax: Type.Number,
  team: Type.Relation(Team),
  equityMin: Type.Number,
  webUrl: Type.Text
}) {}

Mapping

JobOpening: {
  typeIds: [Id.Id('c70397ac-4607-4d3a-9433-19cbc75197ad')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037'),
  equityMax: Id.Id('1ab8005a-edea-411d-a191-9b20b7e48a78'),
  location: Id.Id('95d77002-1faf-4f7c-b7de-b21a7d48cda0'),
  salaryMin: Id.Id('64695ccd-c5ea-4185-87f8-7e335dc1b66b'),
  salaryMax: Id.Id('78ec09b9-f56f-4898-8db8-6c7f153774f3'),
  equityMin: Id.Id('723821c6-11fd-45d1-9d91-2723b0e508b5'),
  webUrl: Id.Id('412ff593-e915-4012-a43d-4c27ec5c68b6')
  },
  relations: {
  skills: Id.Id('a38732e3-3a3d-47f9-a459-fb369c287709'),
  relatedSpaces: Id.Id('5b722cd3-61d6-494e-8887-1310566437ba'),
  roles: Id.Id('8fcfe5ef-3d91-47bd-8322-3830a998d26b'),
  employmentType: Id.Id('53a98633-a2db-40be-9f16-1a4c9da37970'),
  team: Id.Id('aac06dc0-2eb2-471b-bd0b-6adbaf5c478b')
  },
}
Point Id: df250d17-e364-413d-9779-2ddaae841e34

Schema

export class Point extends Entity.Class<Point>('Point')({
  name: Type.Text,
  description: Type.Text
}) {}

Mapping

Point: {
  typeIds: [Id.Id('df250d17-e364-413d-9779-2ddaae841e34')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },

}
Continent Id: 3317d044-a700-4a9d-bbaf-4c16ade42f76

Schema

export class Continent extends Entity.Class<Continent>('Continent')({
  name: Type.Text,
  description: Type.Text,
  relatedTopics: Type.Relation(Topic),
  tags: Type.Relation(Tag),
  countries: Type.Relation(Country)
}) {}

Mapping

Continent: {
  typeIds: [Id.Id('3317d044-a700-4a9d-bbaf-4c16ade42f76')],
  properties: {
  name: Id.Id('a126ca53-0c8e-48d5-b888-82c734c38935'),
  description: Id.Id('9b1f76ff-9711-404c-861e-59dc3fa7d037')
  },
  relations: {
  relatedTopics: Id.Id('806d52bc-27e9-4c91-93c0-57978b093351'),
  tags: Id.Id('25709034-1ba5-406f-94e4-d4af90042fba'),
  countries: Id.Id('c4c88260-ea3a-4498-a2f9-be340a19758e')
  },
}