public get state():InputState<this> {
    return this.states.schemas.get(this.href as string) as any;
  }